Shades of Twilight #CFC4CA
Tints of Twilight #CFC4CA
RGB
CMYK
RGB Variations
Color information
#CFC4CA (or 0xCFC4CA) is known color: Twilight. HEX triplet: CF, C4 and CA. RGB value is (207,196,202). Sum of RGB (Red+Green+Blue) = 207+196+202=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4CA is #303B35. Grayscale: #C7C7C7. Windows color (decimal): -3160886 or 13288655. OLE color: 13288655.
HSL color Cylindrical-coordinate representation of color #CFC4CA: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC4CA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 196 | 202 | - |
CMYK | 0 | 0.05 | 0.02 | 0.19 |
HSL | 327.27º | 0.1% | 0.79% | - |
HSV(B) | 327.27º | 0.05% | 0.81% | - |
XYZ | 56.13 | 57.01 | 63.92 | - |
YUV | 199.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 202 | 0 | 0.05 | 0.02 | 0.19 | 327.27 | 0.1 | 0.79 |
Hex | CF | C4 | CA | 0 | 5 | 2 | 13 | 147 | A | 4F |
Octal | 317 | 304 | 312 | 0 | 5 | 2 | 23 | 507 | 12 | 117 |
Binary | 11001111 | 11000100 | 11001010 | 0 | 101 | 10 | 10011 | 101000111 | 1010 | 1001111 |
Color Harmonies of #CFC4CA
Complementary color
Monochromatic Colors of #CFC4CA
Black with #CFC4CA
Text Example
Text Example
White with #CFC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4CA; }
p { color: rgb(207,196,202); }
H1.HeaderClassName
{
color: #CFC4CA;
}
.AnyTagClassName
{
color: #CFC4CA;
}
</style>
background-color css
<style>
a { background-color: #CFC4CA; }
a { background-color: rgb(207,196,202); }
div.DivClassName
{
background-color: #CFC4CA;
}
.BgClassName
{
background-color: #CFC4CA;
}
</style>
border-color css
<style>
span { border-color: #CFC4CA; }
span { border-color: rgb(207,196,202); }
td.TdClassName
{
border-color: #CFC4CA;
}
.TagClassName
{
border-color: #CFC4CA;
}
</style>