#C9CDB4

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

Shades of Harp #C9CDB4

Tints of Harp #C9CDB4

Color information

#C9CDB4 (or 0xC9CDB4) is unknown color: approx Harp. HEX triplet: C9, CD and B4. RGB value is (201,205,180). Sum of RGB (Red+Green+Blue) = 201+205+180=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDB4 is #36324B. Grayscale: #C9C9C9. Windows color (decimal): -3551820 or 11849161. OLE color: 11849161.

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

Color convert

RGB201205180-
CMYK0.0200.120.20
HSL69.6º20%75.49%-
HSV(B)69.6º12.2%80.39%-
XYZ54.1659.3851.79-
YUV200.95116.17128.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=34.30%
G=34.98%
B=30.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051800.0200.120.2069.62075.49
HexC9CDB420C1446144b
Octal31131526420142410624113
Binary1100100111001101101101001001100101001000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDB4; }

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

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

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

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

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

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

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

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