Shades of Cloud #CBC0AF
Tints of Cloud #CBC0AF
RGB
CMYK
RGB Variations
Color information
#CBC0AF (or 0xCBC0AF) is known color: Cloud. HEX triplet: CB, C0 and AF. RGB value is (203,192,175). Sum of RGB (Red+Green+Blue) = 203+192+175=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0AF is #343F50. Grayscale: #C1C1C1. Windows color (decimal): -3424081 or 11518155. OLE color: 11518155.
HSL color Cylindrical-coordinate representation of color #CBC0AF: hue angle of 36.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 #CBC0AF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 175 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.20 |
| HSL | 36.43º | 0.21% | 0.74% | - |
| HSV(B) | 36.43º | 0.14% | 0.8% | - |
| XYZ | 51.22 | 53.49 | 48.18 | - |
| YUV | 193.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 175 | 0 | 0.05 | 0.14 | 0.20 | 36.43 | 0.21 | 0.74 |
| Hex | CB | C0 | AF | 0 | 5 | E | 14 | 24 | 15 | 4A |
| Octal | 313 | 300 | 257 | 0 | 5 | 16 | 24 | 44 | 25 | 112 |
| Binary | 11001011 | 11000000 | 10101111 | 0 | 101 | 1110 | 10100 | 100100 | 10101 | 1001010 |
Color Harmonies of #CBC0AF
Complementary color
Monochromatic Colors of #CBC0AF
Black with #CBC0AF
Text Example
Text Example
White with #CBC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0AF; }
p { color: rgb(203,192,175); }
H1.HeaderClassName
{
color: #CBC0AF;
}
.AnyTagClassName
{
color: #CBC0AF;
}
</style>
background-color css
<style>
a { background-color: #CBC0AF; }
a { background-color: rgb(203,192,175); }
div.DivClassName
{
background-color: #CBC0AF;
}
.BgClassName
{
background-color: #CBC0AF;
}
</style>
border-color css
<style>
span { border-color: #CBC0AF; }
span { border-color: rgb(203,192,175); }
td.TdClassName
{
border-color: #CBC0AF;
}
.TagClassName
{
border-color: #CBC0AF;
}
</style>