#CCD2BA

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

Shades of Harp #CCD2BA

Tints of Harp #CCD2BA

Color information

#CCD2BA (or 0xCCD2BA) is unknown color: approx Harp. HEX triplet: CC, D2 and BA. RGB value is (204,210,186). Sum of RGB (Red+Green+Blue) = 204+210+186=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BA is #332D45. Grayscale: #CDCDCD. Windows color (decimal): -3353926 or 12243660. OLE color: 12243660.

HSL color Cylindrical-coordinate representation of color #CCD2BA: hue angle of 75º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD2BA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB204210186-
CMYK0.0300.110.18
HSL75º21.05%77.65%-
HSV(B)75º11.43%82.35%-
XYZ56.8162.4855.52-
YUV205.47117.01126.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 186 (73.05% from 255) = 31%
R=34%
G=35%
B=31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101860.0300.110.187521.0577.65
HexCCD2BA30B124b154e
Octal31432227230132211325116
Binary1100110011010010101110101101011100101001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2BA; }

 p { color: rgb(204,210,186); }

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

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

 a { background-color: rgb(204,210,186); }

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

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

 span { border-color: rgb(204,210,186); }

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