Shades of Harp #CCCDC6
Tints of Harp #CCCDC6
RGB
CMYK
RGB Variations
Color information
#CCCDC6 (or 0xCCCDC6) is known color: 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
RGB | 204 | 205 | 198 | - |
CMYK | 0.00 | 0 | 0.03 | 0.20 |
HSL | 68.57º | 0.07% | 0.79% | - |
HSV(B) | 68.57º | 0.03% | 0.8% | - |
XYZ | 56.93 | 60.58 | 62.12 | - |
YUV | 203.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 198 | 0.00 | 0 | 0.03 | 0.20 | 68.57 | 0.07 | 0.79 |
Hex | CC | CD | C6 | 0 | 0 | 3 | 14 | 45 | 7 | 4F |
Octal | 314 | 315 | 306 | 0 | 0 | 3 | 24 | 105 | 7 | 117 |
Binary | 11001100 | 11001101 | 11000110 | 0 | 0 | 11 | 10100 | 1000101 | 111 | 1001111 |
Color Harmonies of #CCCDC6
Complementary color
Monochromatic Colors of #CCCDC6
Black with #CCCDC6
Text Example
Text Example
White with #CCCDC6
Text Example
Text Example
HTML Codes & Css Web 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>