Shades of Harp #CBCCC6
Tints of Harp #CBCCC6
RGB
CMYK
RGB Variations
Color information
#CBCCC6 (or 0xCBCCC6) is known color: Harp. HEX triplet: CB, CC and C6. RGB value is (203,204,198). Sum of RGB (Red+Green+Blue) = 203+204+198=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC6 is #343339. Grayscale: #CBCBCB. Windows color (decimal): -3420986 or 13028555. OLE color: 13028555.
HSL color Cylindrical-coordinate representation of color #CBCCC6: hue angle of 70º degrees, saturation: 0.06, 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 #CBCCC6 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 204 | 198 | - |
CMYK | 0.00 | 0 | 0.03 | 0.2 |
HSL | 70º | 0.06% | 0.79% | - |
HSV(B) | 70º | 0.03% | 0.8% | - |
XYZ | 56.41 | 59.96 | 62.03 | - |
YUV | 203.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 198 | 0.00 | 0 | 0.03 | 0.2 | 70 | 0.06 | 0.79 |
Hex | CB | CC | C6 | 0 | 0 | 3 | 14 | 46 | 6 | 4F |
Octal | 313 | 314 | 306 | 0 | 0 | 3 | 24 | 106 | 6 | 117 |
Binary | 11001011 | 11001100 | 11000110 | 0 | 0 | 11 | 10100 | 1000110 | 110 | 1001111 |
Color Harmonies of #CBCCC6
Complementary color
Monochromatic Colors of #CBCCC6
Black with #CBCCC6
Text Example
Text Example
White with #CBCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCC6; }
p { color: rgb(203,204,198); }
H1.HeaderClassName
{
color: #CBCCC6;
}
.AnyTagClassName
{
color: #CBCCC6;
}
</style>
background-color css
<style>
a { background-color: #CBCCC6; }
a { background-color: rgb(203,204,198); }
div.DivClassName
{
background-color: #CBCCC6;
}
.BgClassName
{
background-color: #CBCCC6;
}
</style>
border-color css
<style>
span { border-color: #CBCCC6; }
span { border-color: rgb(203,204,198); }
td.TdClassName
{
border-color: #CBCCC6;
}
.TagClassName
{
border-color: #CBCCC6;
}
</style>