#C9D4BA

Color #C9D4BA Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #C9D4BA

Tints of Harp #C9D4BA

Color information

#C9D4BA (or 0xC9D4BA) is unknown color: approx Harp. HEX triplet: C9, D4 and BA. RGB value is (201,212,186). Sum of RGB (Red+Green+Blue) = 201+212+186=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4BA is #362B45. Grayscale: #CDCDCD. Windows color (decimal): -3550022 or 12244169. OLE color: 12244169.

HSL color Cylindrical-coordinate representation of color #C9D4BA: hue angle of 85.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D4BA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB201212186-
CMYK0.0500.120.17
HSL85.38º23.21%78.04%-
HSV(B)85.38º12.26%83.14%-
XYZ56.4963.0555.65-
YUV205.75116.86124.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=33.56%
G=35.39%
B=31.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012121860.0500.120.1785.3823.2178.04
HexC9D4BA50C1155174e
Octal31132427250142112527116
Binary11001001110101001011101010101100100011010101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D4BA; }

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

 H1.HeaderClassName
 {
   color: #C9D4BA;
 }
 .AnyTagClassName
 {
   color: #C9D4BA;
 }
</style>
background-color css

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

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

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

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

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

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