Shades of Harp #CBCDC5
Tints of Harp #CBCDC5
RGB
CMYK
RGB Variations
Color information
#CBCDC5 (or 0xCBCDC5) is known color: Harp. HEX triplet: CB, CD and C5. RGB value is (203,205,197). Sum of RGB (Red+Green+Blue) = 203+205+197=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDC5 is #34323A. Grayscale: #CBCBCB. Windows color (decimal): -3420731 or 12963275. OLE color: 12963275.
HSL color Cylindrical-coordinate representation of color #CBCDC5: hue angle of 75º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCDC5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 205 | 197 | - |
CMYK | 0.01 | 0 | 0.04 | 0.20 |
HSL | 75º | 0.07% | 0.79% | - |
HSV(B) | 75º | 0.04% | 0.8% | - |
XYZ | 56.54 | 60.39 | 61.5 | - |
YUV | 203.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 197 | 0.01 | 0 | 0.04 | 0.20 | 75 | 0.07 | 0.79 |
Hex | CB | CD | C5 | 1 | 0 | 4 | 14 | 4B | 7 | 4F |
Octal | 313 | 315 | 305 | 1 | 0 | 4 | 24 | 113 | 7 | 117 |
Binary | 11001011 | 11001101 | 11000101 | 1 | 0 | 100 | 10100 | 1001011 | 111 | 1001111 |
Color Harmonies of #CBCDC5
Complementary color
Monochromatic Colors of #CBCDC5
Black with #CBCDC5
Text Example
Text Example
White with #CBCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDC5; }
p { color: rgb(203,205,197); }
H1.HeaderClassName
{
color: #CBCDC5;
}
.AnyTagClassName
{
color: #CBCDC5;
}
</style>
background-color css
<style>
a { background-color: #CBCDC5; }
a { background-color: rgb(203,205,197); }
div.DivClassName
{
background-color: #CBCDC5;
}
.BgClassName
{
background-color: #CBCDC5;
}
</style>
border-color css
<style>
span { border-color: #CBCDC5; }
span { border-color: rgb(203,205,197); }
td.TdClassName
{
border-color: #CBCDC5;
}
.TagClassName
{
border-color: #CBCDC5;
}
</style>