Shades of Harp #CCCDC3
Tints of Harp #CCCDC3
RGB
CMYK
RGB Variations
Color information
#CCCDC3 (or 0xCCCDC3) is known color: 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
RGB | 204 | 205 | 195 | - |
CMYK | 0.00 | 0 | 0.05 | 0.20 |
HSL | 66º | 0.09% | 0.78% | - |
HSV(B) | 66º | 0.05% | 0.8% | - |
XYZ | 56.58 | 60.44 | 60.31 | - |
YUV | 203.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 195 | 0.00 | 0 | 0.05 | 0.20 | 66 | 0.09 | 0.78 |
Hex | CC | CD | C3 | 0 | 0 | 5 | 14 | 42 | 9 | 4E |
Octal | 314 | 315 | 303 | 0 | 0 | 5 | 24 | 102 | 11 | 116 |
Binary | 11001100 | 11001101 | 11000011 | 0 | 0 | 101 | 10100 | 1000010 | 1001 | 1001110 |
Color Harmonies of #CCCDC3
Complementary color
Monochromatic Colors of #CCCDC3
Black with #CCCDC3
Text Example
Text Example
White with #CCCDC3
Text Example
Text Example
HTML Codes & Css Web 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>