Shades of Harp #CBCCC1
Tints of Harp #CBCCC1
RGB
CMYK
RGB Variations
Color information
#CBCCC1 (or 0xCBCCC1) is known color: Harp. HEX triplet: CB, CC and C1. RGB value is (203,204,193). Sum of RGB (Red+Green+Blue) = 203+204+193=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC1 is #34333E. Grayscale: #CACACA. Windows color (decimal): -3420991 or 12700875. OLE color: 12700875.
HSL color Cylindrical-coordinate representation of color #CBCCC1: hue angle of 65.45º degrees, saturation: 0.1, 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 #CBCCC1 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 193 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.2 |
| HSL | 65.45º | 0.1% | 0.78% | - |
| HSV(B) | 65.45º | 0.05% | 0.8% | - |
| XYZ | 55.85 | 59.73 | 59.04 | - |
| YUV | 202.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 193 | 0.00 | 0 | 0.05 | 0.2 | 65.45 | 0.1 | 0.78 |
| Hex | CB | CC | C1 | 0 | 0 | 5 | 14 | 41 | A | 4E |
| Octal | 313 | 314 | 301 | 0 | 0 | 5 | 24 | 101 | 12 | 116 |
| Binary | 11001011 | 11001100 | 11000001 | 0 | 0 | 101 | 10100 | 1000001 | 1010 | 1001110 |
Color Harmonies of #CBCCC1
Complementary color
Monochromatic Colors of #CBCCC1
Black with #CBCCC1
Text Example
Text Example
White with #CBCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCC1; }
p { color: rgb(203,204,193); }
H1.HeaderClassName
{
color: #CBCCC1;
}
.AnyTagClassName
{
color: #CBCCC1;
}
</style>
background-color css
<style>
a { background-color: #CBCCC1; }
a { background-color: rgb(203,204,193); }
div.DivClassName
{
background-color: #CBCCC1;
}
.BgClassName
{
background-color: #CBCCC1;
}
</style>
border-color css
<style>
span { border-color: #CBCCC1; }
span { border-color: rgb(203,204,193); }
td.TdClassName
{
border-color: #CBCCC1;
}
.TagClassName
{
border-color: #CBCCC1;
}
</style>