Shades of Stark White #CABFB4
Tints of Stark White #CABFB4
RGB
CMYK
RGB Variations
Color information
#CABFB4 (or 0xCABFB4) is known color: Stark White. HEX triplet: CA, BF and B4. RGB value is (202,191,180). Sum of RGB (Red+Green+Blue) = 202+191+180=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFB4 is #35404B. Grayscale: #C1C1C1. Windows color (decimal): -3489868 or 11845578. OLE color: 11845578.
HSL color Cylindrical-coordinate representation of color #CABFB4: hue angle of 30º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABFB4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 191 | 180 | - |
CMYK | 0 | 0.05 | 0.11 | 0.21 |
HSL | 30º | 0.17% | 0.75% | - |
HSV(B) | 30º | 0.11% | 0.79% | - |
XYZ | 51.23 | 53.11 | 50.73 | - |
YUV | 193.04 | 120.64 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 180 | 0 | 0.05 | 0.11 | 0.21 | 30 | 0.17 | 0.75 |
Hex | CA | BF | B4 | 0 | 5 | B | 15 | 1E | 11 | 4B |
Octal | 312 | 277 | 264 | 0 | 5 | 13 | 25 | 36 | 21 | 113 |
Binary | 11001010 | 10111111 | 10110100 | 0 | 101 | 1011 | 10101 | 11110 | 10001 | 1001011 |
Color Harmonies of #CABFB4
Complementary color
Monochromatic Colors of #CABFB4
Black with #CABFB4
Text Example
Text Example
White with #CABFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFB4; }
p { color: rgb(202,191,180); }
H1.HeaderClassName
{
color: #CABFB4;
}
.AnyTagClassName
{
color: #CABFB4;
}
</style>
background-color css
<style>
a { background-color: #CABFB4; }
a { background-color: rgb(202,191,180); }
div.DivClassName
{
background-color: #CABFB4;
}
.BgClassName
{
background-color: #CABFB4;
}
</style>
border-color css
<style>
span { border-color: #CABFB4; }
span { border-color: rgb(202,191,180); }
td.TdClassName
{
border-color: #CABFB4;
}
.TagClassName
{
border-color: #CABFB4;
}
</style>