Shades of Maverick #CABFC5
Tints of Maverick #CABFC5
RGB
CMYK
RGB Variations
Color information
#CABFC5 (or 0xCABFC5) is known color: Maverick. HEX triplet: CA, BF and C5. RGB value is (202,191,197). Sum of RGB (Red+Green+Blue) = 202+191+197=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFC5 is #35403A. Grayscale: #C2C2C2. Windows color (decimal): -3489851 or 12959690. OLE color: 12959690.
HSL color Cylindrical-coordinate representation of color #CABFC5: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CABFC5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 191 | 197 | - |
CMYK | 0 | 0.05 | 0.02 | 0.21 |
HSL | 327.27º | 0.09% | 0.77% | - |
HSV(B) | 327.27º | 0.05% | 0.79% | - |
XYZ | 53.07 | 53.85 | 60.42 | - |
YUV | 194.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 197 | 0 | 0.05 | 0.02 | 0.21 | 327.27 | 0.09 | 0.77 |
Hex | CA | BF | C5 | 0 | 5 | 2 | 15 | 147 | 9 | 4D |
Octal | 312 | 277 | 305 | 0 | 5 | 2 | 25 | 507 | 11 | 115 |
Binary | 11001010 | 10111111 | 11000101 | 0 | 101 | 10 | 10101 | 101000111 | 1001 | 1001101 |
Color Harmonies of #CABFC5
Complementary color
Monochromatic Colors of #CABFC5
Black with #CABFC5
Text Example
Text Example
White with #CABFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFC5; }
p { color: rgb(202,191,197); }
H1.HeaderClassName
{
color: #CABFC5;
}
.AnyTagClassName
{
color: #CABFC5;
}
</style>
background-color css
<style>
a { background-color: #CABFC5; }
a { background-color: rgb(202,191,197); }
div.DivClassName
{
background-color: #CABFC5;
}
.BgClassName
{
background-color: #CABFC5;
}
</style>
border-color css
<style>
span { border-color: #CABFC5; }
span { border-color: rgb(202,191,197); }
td.TdClassName
{
border-color: #CABFC5;
}
.TagClassName
{
border-color: #CABFC5;
}
</style>