Shades of Twilight #CCBFC5
Tints of Twilight #CCBFC5
RGB
CMYK
RGB Variations
Color information
#CCBFC5 (or 0xCCBFC5) is known color: Twilight. HEX triplet: CC, BF and C5. RGB value is (204,191,197). Sum of RGB (Red+Green+Blue) = 204+191+197=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC5 is #33403A. Grayscale: #C3C3C3. Windows color (decimal): -3358779 or 12959692. OLE color: 12959692.
HSL color Cylindrical-coordinate representation of color #CCBFC5: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCBFC5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 191 | 197 | - |
CMYK | 0 | 0.06 | 0.03 | 0.2 |
HSL | 332.31º | 0.11% | 0.77% | - |
HSV(B) | 332.31º | 0.06% | 0.8% | - |
XYZ | 53.61 | 54.13 | 60.45 | - |
YUV | 195.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 197 | 0 | 0.06 | 0.03 | 0.2 | 332.31 | 0.11 | 0.77 |
Hex | CC | BF | C5 | 0 | 6 | 3 | 14 | 14C | B | 4D |
Octal | 314 | 277 | 305 | 0 | 6 | 3 | 24 | 514 | 13 | 115 |
Binary | 11001100 | 10111111 | 11000101 | 0 | 110 | 11 | 10100 | 101001100 | 1011 | 1001101 |
Color Harmonies of #CCBFC5
Complementary color
Monochromatic Colors of #CCBFC5
Black with #CCBFC5
Text Example
Text Example
White with #CCBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFC5; }
p { color: rgb(204,191,197); }
H1.HeaderClassName
{
color: #CCBFC5;
}
.AnyTagClassName
{
color: #CCBFC5;
}
</style>
background-color css
<style>
a { background-color: #CCBFC5; }
a { background-color: rgb(204,191,197); }
div.DivClassName
{
background-color: #CCBFC5;
}
.BgClassName
{
background-color: #CCBFC5;
}
</style>
border-color css
<style>
span { border-color: #CCBFC5; }
span { border-color: rgb(204,191,197); }
td.TdClassName
{
border-color: #CCBFC5;
}
.TagClassName
{
border-color: #CCBFC5;
}
</style>