Html Css Color HEX #C9CEB9 Harp

📋 copy color: '#C9CEB9'

red 201 ◦ green 206 ◦ blue 185

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

Shades of Harp #C9CEB9

Tints of Harp #C9CEB9

RGB

 RED value IS 201 (78.91% from 255) = 33.95%

 GREEN value IS 206 (80.86% from 255) = 34.8%

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

R = 33.95%
G = 34.8%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C9CEB9 (or 0xC9CEB9) is known color: Harp. HEX triplet: C9, CE and B9. RGB value is (201,206,185). Sum of RGB (Red+Green+Blue) = 201+206+185=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEB9 is #363146. Grayscale: #CACACA. Windows color (decimal): -3551559 or 12177097. OLE color: 12177097.

HSL color Cylindrical-coordinate representation of color #C9CEB9: hue angle of 74.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CEB9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 185 -
CMYK 0.02 0 0.10 0.19
HSL 74.29º 0.18% 0.77% -
HSV(B) 74.29º 0.1% 0.81% -
XYZ 54.92 60.06 54.6 -
YUV 202.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 201 206 185 0.02 0 0.10 0.19 74.29 0.18 0.77
Hex C9 CE B9 2 0 A 13 4A 12 4D
Octal 311 316 271 2 0 12 23 112 22 115
Binary 11001001 11001110 10111001 10 0 1010 10011 1001010 10010 1001101

Color Harmonies of #C9CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEB9

Black with #C9CEB9

Text Example


Text Example

White with #C9CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEB9; }

 p { color: rgb(201,206,185); }

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

background-color css

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

 a { background-color: rgb(201,206,185); }

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

border-color css

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

 span { border-color: rgb(201,206,185); }

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