Shades of Prim #CECACB
Tints of Prim #CECACB
RGB
CMYK
RGB Variations
Color information
#CECACB (or 0xCECACB) is known color: Prim. HEX triplet: CE, CA and CB. RGB value is (206,202,203). Sum of RGB (Red+Green+Blue) = 206+202+203=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CECACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECACB is #313534. Grayscale: #CBCBCB. Windows color (decimal): -3224885 or 13355726. OLE color: 13355726.
HSL color Cylindrical-coordinate representation of color #CECACB: hue angle of 345º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECACB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 203 | - |
CMYK | 0 | 0.02 | 0.01 | 0.19 |
HSL | 345º | 0.04% | 0.8% | - |
HSV(B) | 345º | 0.02% | 0.81% | - |
XYZ | 57.35 | 59.67 | 65 | - |
YUV | 203.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 203 | 0 | 0.02 | 0.01 | 0.19 | 345 | 0.04 | 0.8 |
Hex | CE | CA | CB | 0 | 2 | 1 | 13 | 159 | 4 | 50 |
Octal | 316 | 312 | 313 | 0 | 2 | 1 | 23 | 531 | 4 | 120 |
Binary | 11001110 | 11001010 | 11001011 | 0 | 10 | 1 | 10011 | 101011001 | 100 | 1010000 |
Color Harmonies of #CECACB
Complementary color
Monochromatic Colors of #CECACB
Black with #CECACB
Text Example
Text Example
White with #CECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECACB; }
p { color: rgb(206,202,203); }
H1.HeaderClassName
{
color: #CECACB;
}
.AnyTagClassName
{
color: #CECACB;
}
</style>
background-color css
<style>
a { background-color: #CECACB; }
a { background-color: rgb(206,202,203); }
div.DivClassName
{
background-color: #CECACB;
}
.BgClassName
{
background-color: #CECACB;
}
</style>
border-color css
<style>
span { border-color: #CECACB; }
span { border-color: rgb(206,202,203); }
td.TdClassName
{
border-color: #CECACB;
}
.TagClassName
{
border-color: #CECACB;
}
</style>