Html Css Color HEX #C9CFBD Harp

📋 copy color: '#C9CFBD'

red 201 ◦ green 207 ◦ blue 189

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

Shades of Harp #C9CFBD

Tints of Harp #C9CFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

 BLUE value IS 189 (74.22% from 255) = 31.66%

R = 33.67%
G = 34.67%
B = 31.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#C9CFBD (or 0xC9CFBD) is known color: Harp. HEX triplet: C9, CF and BD. RGB value is (201,207,189). Sum of RGB (Red+Green+Blue) = 201+207+189=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFBD is #363042. Grayscale: #CBCBCB. Windows color (decimal): -3551299 or 12439497. OLE color: 12439497.

HSL color Cylindrical-coordinate representation of color #C9CFBD: hue angle of 80º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CFBD is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 207 189 -
CMYK 0.03 0 0.09 0.19
HSL 80º 0.16% 0.78% -
HSV(B) 80º 0.09% 0.81% -
XYZ 55.59 60.72 56.93 -
YUV 203.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 201 207 189 0.03 0 0.09 0.19 80 0.16 0.78
Hex C9 CF BD 3 0 9 13 50 10 4E
Octal 311 317 275 3 0 11 23 120 20 116
Binary 11001001 11001111 10111101 11 0 1001 10011 1010000 10000 1001110

Color Harmonies of #C9CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFBD

Black with #C9CFBD

Text Example


Text Example

White with #C9CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFBD; }

 p { color: rgb(201,207,189); }

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

background-color css

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

 a { background-color: rgb(201,207,189); }

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

border-color css

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

 span { border-color: rgb(201,207,189); }

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