Html Css Color HEX #C8CAB9 Harp

📋 copy color: '#C8CAB9'

red 200 ◦ green 202 ◦ blue 185

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

Shades of Harp #C8CAB9

Tints of Harp #C8CAB9

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

 GREEN value IS 202 (79.3% from 255) = 34.41%

 BLUE value IS 185 (72.66% from 255) = 31.52%

R = 34.07%
G = 34.41%
B = 31.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C8CAB9 (or 0xC8CAB9) is known color: Harp. HEX triplet: C8, CA and B9. RGB value is (200,202,185). Sum of RGB (Red+Green+Blue) = 200+202+185=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAB9 is #373546. Grayscale: #C7C7C7. Windows color (decimal): -3618119 or 12176072. OLE color: 12176072.

HSL color Cylindrical-coordinate representation of color #C8CAB9: hue angle of 67.06º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CAB9 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 202 185 -
CMYK 0.01 0 0.08 0.21
HSL 67.06º 0.14% 0.76% -
HSV(B) 67.06º 0.08% 0.79% -
XYZ 53.7 58.02 54.27 -
YUV 199.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 200 202 185 0.01 0 0.08 0.21 67.06 0.14 0.76
Hex C8 CA B9 1 0 8 15 43 E 4C
Octal 310 312 271 1 0 10 25 103 16 114
Binary 11001000 11001010 10111001 1 0 1000 10101 1000011 1110 1001100

Color Harmonies of #C8CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAB9

Black with #C8CAB9

Text Example


Text Example

White with #C8CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAB9; }

 p { color: rgb(200,202,185); }

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

background-color css

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

 a { background-color: rgb(200,202,185); }

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

border-color css

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

 span { border-color: rgb(200,202,185); }

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