Html Css Color HEX #C9CDBA Harp

📋 copy color: '#C9CDBA'

red 201 ◦ green 205 ◦ blue 186

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

Shades of Harp #C9CDBA

Tints of Harp #C9CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 33.95%
G = 34.63%
B = 31.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C9CDBA (or 0xC9CDBA) is known color: Harp. HEX triplet: C9, CD and BA. RGB value is (201,205,186). Sum of RGB (Red+Green+Blue) = 201+205+186=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDBA is #363245. Grayscale: #C9C9C9. Windows color (decimal): -3551814 or 12242377. OLE color: 12242377.

HSL color Cylindrical-coordinate representation of color #C9CDBA: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CDBA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 186 -
CMYK 0.02 0 0.09 0.20
HSL 72.63º 0.16% 0.77% -
HSV(B) 72.63º 0.09% 0.8% -
XYZ 54.78 59.63 55.08 -
YUV 201.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 201 205 186 0.02 0 0.09 0.20 72.63 0.16 0.77
Hex C9 CD BA 2 0 9 14 49 10 4D
Octal 311 315 272 2 0 11 24 111 20 115
Binary 11001001 11001101 10111010 10 0 1001 10100 1001001 10000 1001101

Color Harmonies of #C9CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDBA

Black with #C9CDBA

Text Example


Text Example

White with #C9CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDBA; }

 p { color: rgb(201,205,186); }

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

background-color css

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

 a { background-color: rgb(201,205,186); }

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

border-color css

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

 span { border-color: rgb(201,205,186); }

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