#CCCDC3

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

Shades of Harp #CCCDC3

Tints of Harp #CCCDC3

Color information

#CCCDC3 (or 0xCCCDC3) is unknown color: approx Harp. HEX triplet: CC, CD and C3. RGB value is (204,205,195). Sum of RGB (Red+Green+Blue) = 204+205+195=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDC3 is #33323C. Grayscale: #CBCBCB. Windows color (decimal): -3355197 or 12832204. OLE color: 12832204.

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

Color convert

RGB204205195-
CMYK0.0000.050.20
HSL66º9.09%78.43%-
HSV(B)66º4.88%80.39%-
XYZ56.5860.4460.31-
YUV203.56123.17128.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 195 (76.56% from 255) = 32.28%
R=33.77%
G=33.94%
B=32.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051950.0000.050.20669.0978.43
HexCCCDC3005144294e
Octal3143153030052410211116
Binary1100110011001101110000110010110100100001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDC3; }

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

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

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

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

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

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

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

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