Shades of Stark White #CABFB2
Tints of Stark White #CABFB2
RGB
CMYK
RGB Variations
Color information
#CABFB2 (or 0xCABFB2) is known color: Stark White. HEX triplet: CA, BF and B2. RGB value is (202,191,178). Sum of RGB (Red+Green+Blue) = 202+191+178=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFB2 is #35404D. Grayscale: #C0C0C0. Windows color (decimal): -3489870 or 11714506. OLE color: 11714506.
HSL color Cylindrical-coordinate representation of color #CABFB2: hue angle of 32.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABFB2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 191 | 178 | - |
CMYK | 0 | 0.05 | 0.12 | 0.21 |
HSL | 32.5º | 0.18% | 0.75% | - |
HSV(B) | 32.5º | 0.12% | 0.79% | - |
XYZ | 51.02 | 53.03 | 49.67 | - |
YUV | 192.81 | 119.64 | 134.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 178 | 0 | 0.05 | 0.12 | 0.21 | 32.5 | 0.18 | 0.75 |
Hex | CA | BF | B2 | 0 | 5 | C | 15 | 20 | 12 | 4B |
Octal | 312 | 277 | 262 | 0 | 5 | 14 | 25 | 40 | 22 | 113 |
Binary | 11001010 | 10111111 | 10110010 | 0 | 101 | 1100 | 10101 | 100000 | 10010 | 1001011 |
Color Harmonies of #CABFB2
Complementary color
Monochromatic Colors of #CABFB2
Black with #CABFB2
Text Example
Text Example
White with #CABFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFB2; }
p { color: rgb(202,191,178); }
H1.HeaderClassName
{
color: #CABFB2;
}
.AnyTagClassName
{
color: #CABFB2;
}
</style>
background-color css
<style>
a { background-color: #CABFB2; }
a { background-color: rgb(202,191,178); }
div.DivClassName
{
background-color: #CABFB2;
}
.BgClassName
{
background-color: #CABFB2;
}
</style>
border-color css
<style>
span { border-color: #CABFB2; }
span { border-color: rgb(202,191,178); }
td.TdClassName
{
border-color: #CABFB2;
}
.TagClassName
{
border-color: #CABFB2;
}
</style>