Shades of Maverick #CAB9C8
Tints of Maverick #CAB9C8
RGB
CMYK
RGB Variations
Color information
#CAB9C8 (or 0xCAB9C8) is known color: Maverick. HEX triplet: CA, B9 and C8. RGB value is (202,185,200). Sum of RGB (Red+Green+Blue) = 202+185+200=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9C8 is #354637. Grayscale: #BFBFBF. Windows color (decimal): -3491384 or 13154762. OLE color: 13154762.
HSL color Cylindrical-coordinate representation of color #CAB9C8: hue angle of 307.06º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAB9C8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 185 | 200 | - |
CMYK | 0 | 0.08 | 0.01 | 0.21 |
HSL | 307.06º | 0.14% | 0.76% | - |
HSV(B) | 307.06º | 0.08% | 0.79% | - |
XYZ | 52.13 | 51.42 | 61.82 | - |
YUV | 191.79 | 132.63 | 135.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 185 | 200 | 0 | 0.08 | 0.01 | 0.21 | 307.06 | 0.14 | 0.76 |
Hex | CA | B9 | C8 | 0 | 8 | 1 | 15 | 133 | E | 4C |
Octal | 312 | 271 | 310 | 0 | 10 | 1 | 25 | 463 | 16 | 114 |
Binary | 11001010 | 10111001 | 11001000 | 0 | 1000 | 1 | 10101 | 100110011 | 1110 | 1001100 |
Color Harmonies of #CAB9C8
Complementary color
Monochromatic Colors of #CAB9C8
Black with #CAB9C8
Text Example
Text Example
White with #CAB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9C8; }
p { color: rgb(202,185,200); }
H1.HeaderClassName
{
color: #CAB9C8;
}
.AnyTagClassName
{
color: #CAB9C8;
}
</style>
background-color css
<style>
a { background-color: #CAB9C8; }
a { background-color: rgb(202,185,200); }
div.DivClassName
{
background-color: #CAB9C8;
}
.BgClassName
{
background-color: #CAB9C8;
}
</style>
border-color css
<style>
span { border-color: #CAB9C8; }
span { border-color: rgb(202,185,200); }
td.TdClassName
{
border-color: #CAB9C8;
}
.TagClassName
{
border-color: #CAB9C8;
}
</style>