#C9D2B4

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

Shades of Harp #C9D2B4

Tints of Harp #C9D2B4

Color information

#C9D2B4 (or 0xC9D2B4) is unknown color: approx Harp. HEX triplet: C9, D2 and B4. RGB value is (201,210,180). Sum of RGB (Red+Green+Blue) = 201+210+180=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2B4 is #362D4B. Grayscale: #CCCCCC. Windows color (decimal): -3550540 or 11850441. OLE color: 11850441.

HSL color Cylindrical-coordinate representation of color #C9D2B4: hue angle of 78º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9D2B4 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB201210180-
CMYK0.0400.140.18
HSL78º25%76.47%-
HSV(B)78º14.29%82.35%-
XYZ55.3761.8152.19-
YUV203.89114.52125.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=34.01%
G=35.53%
B=30.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012101800.0400.140.18782576.47
HexC9D2B440E124e194c
Octal31132226440162211631114
Binary11001001110100101011010010001110100101001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D2B4; }

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

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

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

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

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

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

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

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