Shades of Twilight #CCB8C0
Tints of Twilight #CCB8C0
RGB
CMYK
RGB Variations
Color information
#CCB8C0 (or 0xCCB8C0) is known color: Twilight. HEX triplet: CC, B8 and C0. RGB value is (204,184,192). Sum of RGB (Red+Green+Blue) = 204+184+192=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C0 is #33473F. Grayscale: #BEBEBE. Windows color (decimal): -3360576 or 12630220. OLE color: 12630220.
HSL color Cylindrical-coordinate representation of color #CCB8C0: hue angle of 336º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB8C0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 184 | 192 | - |
CMYK | 0 | 0.10 | 0.06 | 0.2 |
HSL | 336º | 0.16% | 0.76% | - |
HSV(B) | 336º | 0.1% | 0.8% | - |
XYZ | 51.56 | 50.92 | 56.98 | - |
YUV | 190.89 | 128.63 | 137.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 184 | 192 | 0 | 0.10 | 0.06 | 0.2 | 336 | 0.16 | 0.76 |
Hex | CC | B8 | C0 | 0 | A | 6 | 14 | 150 | 10 | 4C |
Octal | 314 | 270 | 300 | 0 | 12 | 6 | 24 | 520 | 20 | 114 |
Binary | 11001100 | 10111000 | 11000000 | 0 | 1010 | 110 | 10100 | 101010000 | 10000 | 1001100 |
Color Harmonies of #CCB8C0
Complementary color
Monochromatic Colors of #CCB8C0
Black with #CCB8C0
Text Example
Text Example
White with #CCB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C0; }
p { color: rgb(204,184,192); }
H1.HeaderClassName
{
color: #CCB8C0;
}
.AnyTagClassName
{
color: #CCB8C0;
}
</style>
background-color css
<style>
a { background-color: #CCB8C0; }
a { background-color: rgb(204,184,192); }
div.DivClassName
{
background-color: #CCB8C0;
}
.BgClassName
{
background-color: #CCB8C0;
}
</style>
border-color css
<style>
span { border-color: #CCB8C0; }
span { border-color: rgb(204,184,192); }
td.TdClassName
{
border-color: #CCB8C0;
}
.TagClassName
{
border-color: #CCB8C0;
}
</style>