Shades of Maverick #CBAFC4
Tints of Maverick #CBAFC4
RGB
CMYK
RGB Variations
Color information
#CBAFC4 (or 0xCBAFC4) is known color: Maverick. HEX triplet: CB, AF and C4. RGB value is (203,175,196). Sum of RGB (Red+Green+Blue) = 203+175+196=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC4 is #34503B. Grayscale: #B9B9B9. Windows color (decimal): -3428412 or 12890059. OLE color: 12890059.
HSL color Cylindrical-coordinate representation of color #CBAFC4: hue angle of 315º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFC4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 196 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.20 |
| HSL | 315º | 0.21% | 0.74% | - |
| HSV(B) | 315º | 0.14% | 0.8% | - |
| XYZ | 49.92 | 47.34 | 58.73 | - |
| YUV | 185.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 196 | 0 | 0.14 | 0.03 | 0.20 | 315 | 0.21 | 0.74 |
| Hex | CB | AF | C4 | 0 | E | 3 | 14 | 13B | 15 | 4A |
| Octal | 313 | 257 | 304 | 0 | 16 | 3 | 24 | 473 | 25 | 112 |
| Binary | 11001011 | 10101111 | 11000100 | 0 | 1110 | 11 | 10100 | 100111011 | 10101 | 1001010 |
Color Harmonies of #CBAFC4
Complementary color
Monochromatic Colors of #CBAFC4
Black with #CBAFC4
Text Example
Text Example
White with #CBAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFC4; }
p { color: rgb(203,175,196); }
H1.HeaderClassName
{
color: #CBAFC4;
}
.AnyTagClassName
{
color: #CBAFC4;
}
</style>
background-color css
<style>
a { background-color: #CBAFC4; }
a { background-color: rgb(203,175,196); }
div.DivClassName
{
background-color: #CBAFC4;
}
.BgClassName
{
background-color: #CBAFC4;
}
</style>
border-color css
<style>
span { border-color: #CBAFC4; }
span { border-color: rgb(203,175,196); }
td.TdClassName
{
border-color: #CBAFC4;
}
.TagClassName
{
border-color: #CBAFC4;
}
</style>