Shades of Harp #CBCDC1
Tints of Harp #CBCDC1
RGB
CMYK
RGB Variations
Color information
#CBCDC1 (or 0xCBCDC1) is known color: Harp. HEX triplet: CB, CD and C1. RGB value is (203,205,193). Sum of RGB (Red+Green+Blue) = 203+205+193=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDC1 is #34323E. Grayscale: #CBCBCB. Windows color (decimal): -3420735 or 12701131. OLE color: 12701131.
HSL color Cylindrical-coordinate representation of color #CBCDC1: hue angle of 70º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCDC1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 205 | 193 | - |
CMYK | 0.01 | 0 | 0.06 | 0.20 |
HSL | 70º | 0.11% | 0.78% | - |
HSV(B) | 70º | 0.06% | 0.8% | - |
XYZ | 56.09 | 60.21 | 59.12 | - |
YUV | 203.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 193 | 0.01 | 0 | 0.06 | 0.20 | 70 | 0.11 | 0.78 |
Hex | CB | CD | C1 | 1 | 0 | 6 | 14 | 46 | B | 4E |
Octal | 313 | 315 | 301 | 1 | 0 | 6 | 24 | 106 | 13 | 116 |
Binary | 11001011 | 11001101 | 11000001 | 1 | 0 | 110 | 10100 | 1000110 | 1011 | 1001110 |
Color Harmonies of #CBCDC1
Complementary color
Monochromatic Colors of #CBCDC1
Black with #CBCDC1
Text Example
Text Example
White with #CBCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDC1; }
p { color: rgb(203,205,193); }
H1.HeaderClassName
{
color: #CBCDC1;
}
.AnyTagClassName
{
color: #CBCDC1;
}
</style>
background-color css
<style>
a { background-color: #CBCDC1; }
a { background-color: rgb(203,205,193); }
div.DivClassName
{
background-color: #CBCDC1;
}
.BgClassName
{
background-color: #CBCDC1;
}
</style>
border-color css
<style>
span { border-color: #CBCDC1; }
span { border-color: rgb(203,205,193); }
td.TdClassName
{
border-color: #CBCDC1;
}
.TagClassName
{
border-color: #CBCDC1;
}
</style>