Shades of Chrome White #CCC7B5
Tints of Chrome White #CCC7B5
RGB
CMYK
RGB Variations
Color information
#CCC7B5 (or 0xCCC7B5) is known color: Chrome White. HEX triplet: CC, C7 and B5. RGB value is (204,199,181). Sum of RGB (Red+Green+Blue) = 204+199+181=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7B5 is #33384A. Grayscale: #C6C6C6. Windows color (decimal): -3356747 or 11913164. OLE color: 11913164.
HSL color Cylindrical-coordinate representation of color #CCC7B5: hue angle of 46.96º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC7B5 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 199 | 181 | - |
CMYK | 0 | 0.02 | 0.11 | 0.2 |
HSL | 46.96º | 0.18% | 0.75% | - |
HSV(B) | 46.96º | 0.11% | 0.8% | - |
XYZ | 53.67 | 57.02 | 51.89 | - |
YUV | 198.44 | 118.16 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 181 | 0 | 0.02 | 0.11 | 0.2 | 46.96 | 0.18 | 0.75 |
Hex | CC | C7 | B5 | 0 | 2 | B | 14 | 2F | 12 | 4B |
Octal | 314 | 307 | 265 | 0 | 2 | 13 | 24 | 57 | 22 | 113 |
Binary | 11001100 | 11000111 | 10110101 | 0 | 10 | 1011 | 10100 | 101111 | 10010 | 1001011 |
Color Harmonies of #CCC7B5
Complementary color
Monochromatic Colors of #CCC7B5
Black with #CCC7B5
Text Example
Text Example
White with #CCC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7B5; }
p { color: rgb(204,199,181); }
H1.HeaderClassName
{
color: #CCC7B5;
}
.AnyTagClassName
{
color: #CCC7B5;
}
</style>
background-color css
<style>
a { background-color: #CCC7B5; }
a { background-color: rgb(204,199,181); }
div.DivClassName
{
background-color: #CCC7B5;
}
.BgClassName
{
background-color: #CCC7B5;
}
</style>
border-color css
<style>
span { border-color: #CCC7B5; }
span { border-color: rgb(204,199,181); }
td.TdClassName
{
border-color: #CCC7B5;
}
.TagClassName
{
border-color: #CCC7B5;
}
</style>