Shades of Maverick #CDB2C2
Tints of Maverick #CDB2C2
RGB
CMYK
RGB Variations
Color information
#CDB2C2 (or 0xCDB2C2) is known color: Maverick. HEX triplet: CD, B2 and C2. RGB value is (205,178,194). Sum of RGB (Red+Green+Blue) = 205+178+194=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2C2 is #324D3D. Grayscale: #BBBBBB. Windows color (decimal): -3296574 or 12759757. OLE color: 12759757.
HSL color Cylindrical-coordinate representation of color #CDB2C2: hue angle of 324.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2C2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 178 | 194 | - |
CMYK | 0 | 0.13 | 0.05 | 0.20 |
HSL | 324.44º | 0.21% | 0.75% | - |
HSV(B) | 324.44º | 0.13% | 0.8% | - |
XYZ | 50.83 | 48.71 | 57.76 | - |
YUV | 187.9 | 131.45 | 140.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 178 | 194 | 0 | 0.13 | 0.05 | 0.20 | 324.44 | 0.21 | 0.75 |
Hex | CD | B2 | C2 | 0 | D | 5 | 14 | 144 | 15 | 4B |
Octal | 315 | 262 | 302 | 0 | 15 | 5 | 24 | 504 | 25 | 113 |
Binary | 11001101 | 10110010 | 11000010 | 0 | 1101 | 101 | 10100 | 101000100 | 10101 | 1001011 |
Color Harmonies of #CDB2C2
Complementary color
Monochromatic Colors of #CDB2C2
Black with #CDB2C2
Text Example
Text Example
White with #CDB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2C2; }
p { color: rgb(205,178,194); }
H1.HeaderClassName
{
color: #CDB2C2;
}
.AnyTagClassName
{
color: #CDB2C2;
}
</style>
background-color css
<style>
a { background-color: #CDB2C2; }
a { background-color: rgb(205,178,194); }
div.DivClassName
{
background-color: #CDB2C2;
}
.BgClassName
{
background-color: #CDB2C2;
}
</style>
border-color css
<style>
span { border-color: #CDB2C2; }
span { border-color: rgb(205,178,194); }
td.TdClassName
{
border-color: #CDB2C2;
}
.TagClassName
{
border-color: #CDB2C2;
}
</style>