Shades of Tuft Bush #FFCFC0
Tints of Tuft Bush #FFCFC0
RGB
CMYK
RGB Variations
Color information
#FFCFC0 (or 0xFFCFC0) is known color: Tuft Bush. HEX triplet: FF, CF and C0. RGB value is (255,207,192). Sum of RGB (Red+Green+Blue) = 255+207+192=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC0 is #00303F. Grayscale: #DBDBDB. Windows color (decimal): -12352 or 12636159. OLE color: 12636159.
HSL color Cylindrical-coordinate representation of color #FFCFC0: hue angle of 14.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFCFC0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 207 | 192 | - |
CMYK | 0 | 0.19 | 0.25 | 0 |
HSL | 14.29º | 1% | 0.88% | - |
HSV(B) | 14.29º | 0.25% | 1% | - |
XYZ | 73.07 | 69.69 | 59.47 | - |
YUV | 219.64 | 112.4 | 153.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 207 | 192 | 0 | 0.19 | 0.25 | 0 | 14.29 | 1 | 0.88 |
Hex | FF | CF | C0 | 0 | 13 | 19 | 0 | E | 64 | 58 |
Octal | 377 | 317 | 300 | 0 | 23 | 31 | 0 | 16 | 144 | 130 |
Binary | 11111111 | 11001111 | 11000000 | 0 | 10011 | 11001 | 0 | 1110 | 1100100 | 1011000 |
Color Harmonies of #FFCFC0
Complementary color
Monochromatic Colors of #FFCFC0
Black with #FFCFC0
Text Example
Text Example
White with #FFCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC0; }
p { color: rgb(255,207,192); }
H1.HeaderClassName
{
color: #FFCFC0;
}
.AnyTagClassName
{
color: #FFCFC0;
}
</style>
background-color css
<style>
a { background-color: #FFCFC0; }
a { background-color: rgb(255,207,192); }
div.DivClassName
{
background-color: #FFCFC0;
}
.BgClassName
{
background-color: #FFCFC0;
}
</style>
border-color css
<style>
span { border-color: #FFCFC0; }
span { border-color: rgb(255,207,192); }
td.TdClassName
{
border-color: #FFCFC0;
}
.TagClassName
{
border-color: #FFCFC0;
}
</style>