Shades of Cloud #CBC1AF
Tints of Cloud #CBC1AF
RGB
CMYK
RGB Variations
Color information
#CBC1AF (or 0xCBC1AF) is known color: Cloud. HEX triplet: CB, C1 and AF. RGB value is (203,193,175). Sum of RGB (Red+Green+Blue) = 203+193+175=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC1AF is #343E50. Grayscale: #C2C2C2. Windows color (decimal): -3423825 or 11518411. OLE color: 11518411.
HSL color Cylindrical-coordinate representation of color #CBC1AF: hue angle of 38.57º 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 #CBC1AF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 175 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.20 |
| HSL | 38.57º | 0.21% | 0.74% | - |
| HSV(B) | 38.57º | 0.14% | 0.8% | - |
| XYZ | 51.44 | 53.93 | 48.26 | - |
| YUV | 193.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 175 | 0 | 0.05 | 0.14 | 0.20 | 38.57 | 0.21 | 0.74 |
| Hex | CB | C1 | AF | 0 | 5 | E | 14 | 27 | 15 | 4A |
| Octal | 313 | 301 | 257 | 0 | 5 | 16 | 24 | 47 | 25 | 112 |
| Binary | 11001011 | 11000001 | 10101111 | 0 | 101 | 1110 | 10100 | 100111 | 10101 | 1001010 |
Color Harmonies of #CBC1AF
Complementary color
Monochromatic Colors of #CBC1AF
Black with #CBC1AF
Text Example
Text Example
White with #CBC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1AF; }
p { color: rgb(203,193,175); }
H1.HeaderClassName
{
color: #CBC1AF;
}
.AnyTagClassName
{
color: #CBC1AF;
}
</style>
background-color css
<style>
a { background-color: #CBC1AF; }
a { background-color: rgb(203,193,175); }
div.DivClassName
{
background-color: #CBC1AF;
}
.BgClassName
{
background-color: #CBC1AF;
}
</style>
border-color css
<style>
span { border-color: #CBC1AF; }
span { border-color: rgb(203,193,175); }
td.TdClassName
{
border-color: #CBC1AF;
}
.TagClassName
{
border-color: #CBC1AF;
}
</style>