#C9D2AF

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

Shades of Harp #C9D2AF

Tints of Harp #C9D2AF

Color information

#C9D2AF (or 0xC9D2AF) is unknown color: approx Harp. HEX triplet: C9, D2 and AF. RGB value is (201,210,175). Sum of RGB (Red+Green+Blue) = 201+210+175=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D2AF is #362D50. Grayscale: #CBCBCB. Windows color (decimal): -3550545 or 11522761. OLE color: 11522761.

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

Color convert

RGB201210175-
CMYK0.0400.170.18
HSL75.43º28%75.49%-
HSV(B)75.43º16.67%82.35%-
XYZ54.8761.6149.56-
YUV203.32112.02126.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=34.30%
G=35.84%
B=29.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012101750.0400.170.1875.432875.49
HexC9D2AF4011124b1c4b
Octal31132225740212211334113
Binary110010011101001010101111100010001100101001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D2AF; }

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

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

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

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

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

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

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

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