#CCCDC8

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

Shades of Harp #CCCDC8

Tints of Harp #CCCDC8

Color information

#CCCDC8 (or 0xCCCDC8) is unknown color: approx Harp. HEX triplet: CC, CD and C8. RGB value is (204,205,200). Sum of RGB (Red+Green+Blue) = 204+205+200=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDC8 is #333237. Grayscale: #CCCCCC. Windows color (decimal): -3355192 or 13159884. OLE color: 13159884.

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

Color convert

RGB204205200-
CMYK0.0000.020.20
HSL72º4.76%79.41%-
HSV(B)72º2.44%80.39%-
XYZ57.1660.6763.34-
YUV204.13125.67127.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=33.50%
G=33.66%
B=32.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042052000.0000.020.20724.7679.41
HexCCCDC8002144854f
Octal314315310002241105117
Binary11001100110011011100100000101010010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDC8; }

 p { color: rgb(204,205,200); }

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

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

 a { background-color: rgb(204,205,200); }

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

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

 span { border-color: rgb(204,205,200); }

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