Shades of Twilight #CCCACB
Tints of Twilight #CCCACB
RGB
CMYK
RGB Variations
Color information
#CCCACB (or 0xCCCACB) is known color: Twilight. HEX triplet: CC, CA and CB. RGB value is (204,202,203). Sum of RGB (Red+Green+Blue) = 204+202+203=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACB is #333534. Grayscale: #CACACA. Windows color (decimal): -3355957 or 13355724. OLE color: 13355724.
HSL color Cylindrical-coordinate representation of color #CCCACB: hue angle of 330º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCACB is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 203 | - |
CMYK | 0 | 0.01 | 0.00 | 0.2 |
HSL | 330º | 0.02% | 0.8% | - |
HSV(B) | 330º | 0.01% | 0.8% | - |
XYZ | 56.8 | 59.39 | 64.97 | - |
YUV | 202.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 203 | 0 | 0.01 | 0.00 | 0.2 | 330 | 0.02 | 0.8 |
Hex | CC | CA | CB | 0 | 1 | 0 | 14 | 14A | 2 | 50 |
Octal | 314 | 312 | 313 | 0 | 1 | 0 | 24 | 512 | 2 | 120 |
Binary | 11001100 | 11001010 | 11001011 | 0 | 1 | 0 | 10100 | 101001010 | 10 | 1010000 |
Color Harmonies of #CCCACB
Complementary color
Monochromatic Colors of #CCCACB
Black with #CCCACB
Text Example
Text Example
White with #CCCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCACB; }
p { color: rgb(204,202,203); }
H1.HeaderClassName
{
color: #CCCACB;
}
.AnyTagClassName
{
color: #CCCACB;
}
</style>
background-color css
<style>
a { background-color: #CCCACB; }
a { background-color: rgb(204,202,203); }
div.DivClassName
{
background-color: #CCCACB;
}
.BgClassName
{
background-color: #CCCACB;
}
</style>
border-color css
<style>
span { border-color: #CCCACB; }
span { border-color: rgb(204,202,203); }
td.TdClassName
{
border-color: #CCCACB;
}
.TagClassName
{
border-color: #CCCACB;
}
</style>