#C9CDC0

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

Shades of Harp #C9CDC0

Tints of Harp #C9CDC0

Color information

#C9CDC0 (or 0xC9CDC0) is unknown color: approx Harp. HEX triplet: C9, CD and C0. RGB value is (201,205,192). Sum of RGB (Red+Green+Blue) = 201+205+192=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDC0 is #36323F. Grayscale: #CACACA. Windows color (decimal): -3551808 or 12635593. OLE color: 12635593.

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

Color convert

RGB201205192-
CMYK0.0200.060.20
HSL78.46º11.5%77.84%-
HSV(B)78.46º6.34%80.39%-
XYZ55.4359.8958.51-
YUV202.32122.17127.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.61%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=33.61%
G=34.28%
B=32.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051920.0200.060.2078.4611.577.84
HexC9CDC0206144ec4e
Octal3113153002062411614116
Binary11001001110011011100000010011010100100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDC0; }

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

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

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

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

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

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

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

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