Shades of Chrome White #CBC7AF
Tints of Chrome White #CBC7AF
RGB
CMYK
RGB Variations
Color information
#CBC7AF (or 0xCBC7AF) is known color: Chrome White. HEX triplet: CB, C7 and AF. RGB value is (203,199,175). Sum of RGB (Red+Green+Blue) = 203+199+175=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7AF is #343850. Grayscale: #C5C5C5. Windows color (decimal): -3422289 or 11519947. OLE color: 11519947.
HSL color Cylindrical-coordinate representation of color #CBC7AF: hue angle of 51.43º 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 #CBC7AF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 175 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.20 |
| HSL | 51.43º | 0.21% | 0.74% | - |
| HSV(B) | 51.43º | 0.14% | 0.8% | - |
| XYZ | 52.79 | 56.64 | 48.71 | - |
| YUV | 197.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 175 | 0 | 0.02 | 0.14 | 0.20 | 51.43 | 0.21 | 0.74 |
| Hex | CB | C7 | AF | 0 | 2 | E | 14 | 33 | 15 | 4A |
| Octal | 313 | 307 | 257 | 0 | 2 | 16 | 24 | 63 | 25 | 112 |
| Binary | 11001011 | 11000111 | 10101111 | 0 | 10 | 1110 | 10100 | 110011 | 10101 | 1001010 |
Color Harmonies of #CBC7AF
Complementary color
Monochromatic Colors of #CBC7AF
Black with #CBC7AF
Text Example
Text Example
White with #CBC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7AF; }
p { color: rgb(203,199,175); }
H1.HeaderClassName
{
color: #CBC7AF;
}
.AnyTagClassName
{
color: #CBC7AF;
}
</style>
background-color css
<style>
a { background-color: #CBC7AF; }
a { background-color: rgb(203,199,175); }
div.DivClassName
{
background-color: #CBC7AF;
}
.BgClassName
{
background-color: #CBC7AF;
}
</style>
border-color css
<style>
span { border-color: #CBC7AF; }
span { border-color: rgb(203,199,175); }
td.TdClassName
{
border-color: #CBC7AF;
}
.TagClassName
{
border-color: #CBC7AF;
}
</style>