#CCCDC6

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

Shades of Harp #CCCDC6

Tints of Harp #CCCDC6

Color information

#CCCDC6 (or 0xCCCDC6) is unknown color: approx Harp. HEX triplet: CC, CD and C6. RGB value is (204,205,198). Sum of RGB (Red+Green+Blue) = 204+205+198=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDC6 is #333239. Grayscale: #CBCBCB. Windows color (decimal): -3355194 or 13028812. OLE color: 13028812.

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

Color convert

RGB204205198-
CMYK0.0000.030.20
HSL68.57º6.54%79.02%-
HSV(B)68.57º3.41%80.39%-
XYZ56.9360.5862.12-
YUV203.9124.67128.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 198 (77.73% from 255) = 32.62%
R=33.61%
G=33.77%
B=32.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051980.0000.030.2068.576.5479.02
HexCCCDC6003144574f
Octal314315306003241057117
Binary11001100110011011100011000111010010001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDC6; }

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

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

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

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

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

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

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

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