Html Css Color HEX #C9CEB4 Harp

📋 copy color: '#C9CEB4'

red 201 ◦ green 206 ◦ blue 180

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

Shades of Harp #C9CEB4

Tints of Harp #C9CEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.66%

R = 34.24%
G = 35.09%
B = 30.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C9CEB4 (or 0xC9CEB4) is known color: Harp. HEX triplet: C9, CE and B4. RGB value is (201,206,180). Sum of RGB (Red+Green+Blue) = 201+206+180=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEB4 is #36314B. Grayscale: #C9C9C9. Windows color (decimal): -3551564 or 11849417. OLE color: 11849417.

HSL color Cylindrical-coordinate representation of color #C9CEB4: hue angle of 71.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CEB4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 180 -
CMYK 0.02 0 0.13 0.19
HSL 71.54º 0.21% 0.76% -
HSV(B) 71.54º 0.13% 0.81% -
XYZ 54.4 59.86 51.87 -
YUV 201.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 201 206 180 0.02 0 0.13 0.19 71.54 0.21 0.76
Hex C9 CE B4 2 0 D 13 48 15 4C
Octal 311 316 264 2 0 15 23 110 25 114
Binary 11001001 11001110 10110100 10 0 1101 10011 1001000 10101 1001100

Color Harmonies of #C9CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEB4

Black with #C9CEB4

Text Example


Text Example

White with #C9CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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