Html Css Color HEX #C6C8B8 Harp

📋 copy color: '#C6C8B8'

red 198 ◦ green 200 ◦ blue 184

#C6C8B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #C6C8B8

Tints of Harp #C6C8B8

RGB

 RED value IS 198 (77.73% from 255) = 34.02%

 GREEN value IS 200 (78.52% from 255) = 34.36%

 BLUE value IS 184 (72.27% from 255) = 31.62%

R = 34.02%
G = 34.36%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6C8B8 (or 0xC6C8B8) is known color: Harp. HEX triplet: C6, C8 and B8. RGB value is (198,200,184). Sum of RGB (Red+Green+Blue) = 198+200+184=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8B8 is #393747. Grayscale: #C5C5C5. Windows color (decimal): -3749704 or 12110022. OLE color: 12110022.

HSL color Cylindrical-coordinate representation of color #C6C8B8: hue angle of 67.5º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C8B8 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 184 -
CMYK 0.01 0 0.08 0.22
HSL 67.5º 0.13% 0.75% -
HSV(B) 67.5º 0.08% 0.78% -
XYZ 52.59 56.78 53.53 -
YUV 197.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 198 200 184 0.01 0 0.08 0.22 67.5 0.13 0.75
Hex C6 C8 B8 1 0 8 16 44 D 4B
Octal 306 310 270 1 0 10 26 104 15 113
Binary 11000110 11001000 10111000 1 0 1000 10110 1000100 1101 1001011

Color Harmonies of #C6C8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C8B8

Black with #C6C8B8

Text Example


Text Example

White with #C6C8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C8B8; }

 p { color: rgb(198,200,184); }

 H1.HeaderClassName
 {
   color: #C6C8B8;
 }
 .AnyTagClassName
 {
   color: #C6C8B8;
 }
</style>

background-color css

<style>
 a { background-color: #C6C8B8; }

 a { background-color: rgb(198,200,184); }

 div.DivClassName
 {
   background-color: #C6C8B8;
 }
 .BgClassName
 {
   background-color: #C6C8B8;
 }
</style>

border-color css

<style>
 span { border-color: #C6C8B8; }

 span { border-color: rgb(198,200,184); }

 td.TdClassName
 {
   border-color: #C6C8B8;
 }
 .TagClassName
 {
   border-color: #C6C8B8;
 }
</style>