#CCDCB0

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

Shades of Harp #CCDCB0

Tints of Harp #CCDCB0

Color information

#CCDCB0 (or 0xCCDCB0) is unknown color: approx Harp. HEX triplet: CC, DC and B0. RGB value is (204,220,176). Sum of RGB (Red+Green+Blue) = 204+220+176=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCB0 is #33234F. Grayscale: #D2D2D2. Windows color (decimal): -3351376 or 11590860. OLE color: 11590860.

HSL color Cylindrical-coordinate representation of color #CCDCB0: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDCB0 is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB204220176-
CMYK0.0700.20.14
HSL81.82º38.6%77.65%-
HSV(B)81.82º20%86.27%-
XYZ58.3367.1650.96-
YUV210.2108.7123.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=34%
G=36.67%
B=29.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201760.0700.20.1481.8238.677.65
HexCCDCB07014E52274e
Octal31433426070241612247116
Binary110011001101110010110000111010100111010100101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCB0; }

 p { color: rgb(204,220,176); }

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

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

 a { background-color: rgb(204,220,176); }

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

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

 span { border-color: rgb(204,220,176); }

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