Shades of Harp #CBCCC4
Tints of Harp #CBCCC4
RGB
CMYK
RGB Variations
Color information
#CBCCC4 (or 0xCBCCC4) is known color: Harp. HEX triplet: CB, CC and C4. RGB value is (203,204,196). Sum of RGB (Red+Green+Blue) = 203+204+196=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC4 is #34333B. Grayscale: #CACACA. Windows color (decimal): -3420988 or 12897483. OLE color: 12897483.
HSL color Cylindrical-coordinate representation of color #CBCCC4: hue angle of 67.5º degrees, saturation: 0.07, 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 #CBCCC4 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 196 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.2 |
| HSL | 67.5º | 0.07% | 0.78% | - |
| HSV(B) | 67.5º | 0.04% | 0.8% | - |
| XYZ | 56.19 | 59.87 | 60.82 | - |
| YUV | 202.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 196 | 0.00 | 0 | 0.04 | 0.2 | 67.5 | 0.07 | 0.78 |
| Hex | CB | CC | C4 | 0 | 0 | 4 | 14 | 44 | 7 | 4E |
| Octal | 313 | 314 | 304 | 0 | 0 | 4 | 24 | 104 | 7 | 116 |
| Binary | 11001011 | 11001100 | 11000100 | 0 | 0 | 100 | 10100 | 1000100 | 111 | 1001110 |
Color Harmonies of #CBCCC4
Complementary color
Monochromatic Colors of #CBCCC4
Black with #CBCCC4
Text Example
Text Example
White with #CBCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCC4; }
p { color: rgb(203,204,196); }
H1.HeaderClassName
{
color: #CBCCC4;
}
.AnyTagClassName
{
color: #CBCCC4;
}
</style>
background-color css
<style>
a { background-color: #CBCCC4; }
a { background-color: rgb(203,204,196); }
div.DivClassName
{
background-color: #CBCCC4;
}
.BgClassName
{
background-color: #CBCCC4;
}
</style>
border-color css
<style>
span { border-color: #CBCCC4; }
span { border-color: rgb(203,204,196); }
td.TdClassName
{
border-color: #CBCCC4;
}
.TagClassName
{
border-color: #CBCCC4;
}
</style>