Shades of Harp #CBCCC3
Tints of Harp #CBCCC3
RGB
CMYK
RGB Variations
Color information
#CBCCC3 (or 0xCBCCC3) is known color: Harp. HEX triplet: CB, CC and C3. RGB value is (203,204,195). Sum of RGB (Red+Green+Blue) = 203+204+195=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC3 is #34333C. Grayscale: #CACACA. Windows color (decimal): -3420989 or 12831947. OLE color: 12831947.
HSL color Cylindrical-coordinate representation of color #CBCCC3: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCCC3 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 204 | 195 | - |
CMYK | 0.00 | 0 | 0.04 | 0.2 |
HSL | 66.67º | 0.08% | 0.78% | - |
HSV(B) | 66.67º | 0.04% | 0.8% | - |
XYZ | 56.07 | 59.82 | 60.22 | - |
YUV | 202.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 195 | 0.00 | 0 | 0.04 | 0.2 | 66.67 | 0.08 | 0.78 |
Hex | CB | CC | C3 | 0 | 0 | 4 | 14 | 43 | 8 | 4E |
Octal | 313 | 314 | 303 | 0 | 0 | 4 | 24 | 103 | 10 | 116 |
Binary | 11001011 | 11001100 | 11000011 | 0 | 0 | 100 | 10100 | 1000011 | 1000 | 1001110 |
Color Harmonies of #CBCCC3
Complementary color
Monochromatic Colors of #CBCCC3
Black with #CBCCC3
Text Example
Text Example
White with #CBCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCC3; }
p { color: rgb(203,204,195); }
H1.HeaderClassName
{
color: #CBCCC3;
}
.AnyTagClassName
{
color: #CBCCC3;
}
</style>
background-color css
<style>
a { background-color: #CBCCC3; }
a { background-color: rgb(203,204,195); }
div.DivClassName
{
background-color: #CBCCC3;
}
.BgClassName
{
background-color: #CBCCC3;
}
</style>
border-color css
<style>
span { border-color: #CBCCC3; }
span { border-color: rgb(203,204,195); }
td.TdClassName
{
border-color: #CBCCC3;
}
.TagClassName
{
border-color: #CBCCC3;
}
</style>