Shades of Maverick #CBAEC2
Tints of Maverick #CBAEC2
RGB
CMYK
RGB Variations
Color information
#CBAEC2 (or 0xCBAEC2) is known color: Maverick. HEX triplet: CB, AE and C2. RGB value is (203,174,194). Sum of RGB (Red+Green+Blue) = 203+174+194=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC2 is #34513D. Grayscale: #B8B8B8. Windows color (decimal): -3428670 or 12758731. OLE color: 12758731.
HSL color Cylindrical-coordinate representation of color #CBAEC2: hue angle of 318.62º degrees, saturation: 0.22, 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 #CBAEC2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 174 | 194 | - |
CMYK | 0 | 0.14 | 0.04 | 0.20 |
HSL | 318.62º | 0.22% | 0.74% | - |
HSV(B) | 318.62º | 0.14% | 0.8% | - |
XYZ | 49.5 | 46.86 | 57.48 | - |
YUV | 184.95 | 133.11 | 140.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 174 | 194 | 0 | 0.14 | 0.04 | 0.20 | 318.62 | 0.22 | 0.74 |
Hex | CB | AE | C2 | 0 | E | 4 | 14 | 13F | 16 | 4A |
Octal | 313 | 256 | 302 | 0 | 16 | 4 | 24 | 477 | 26 | 112 |
Binary | 11001011 | 10101110 | 11000010 | 0 | 1110 | 100 | 10100 | 100111111 | 10110 | 1001010 |
Color Harmonies of #CBAEC2
Complementary color
Monochromatic Colors of #CBAEC2
Black with #CBAEC2
Text Example
Text Example
White with #CBAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEC2; }
p { color: rgb(203,174,194); }
H1.HeaderClassName
{
color: #CBAEC2;
}
.AnyTagClassName
{
color: #CBAEC2;
}
</style>
background-color css
<style>
a { background-color: #CBAEC2; }
a { background-color: rgb(203,174,194); }
div.DivClassName
{
background-color: #CBAEC2;
}
.BgClassName
{
background-color: #CBAEC2;
}
</style>
border-color css
<style>
span { border-color: #CBAEC2; }
span { border-color: rgb(203,174,194); }
td.TdClassName
{
border-color: #CBAEC2;
}
.TagClassName
{
border-color: #CBAEC2;
}
</style>