Shades of Cloud #C8BFAE
Tints of Cloud #C8BFAE
RGB
CMYK
RGB Variations
Color information
#C8BFAE (or 0xC8BFAE) is known color: Cloud. HEX triplet: C8, BF and AE. RGB value is (200,191,174). Sum of RGB (Red+Green+Blue) = 200+191+174=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFAE is #374051. Grayscale: #BFBFBF. Windows color (decimal): -3620946 or 11452360. OLE color: 11452360.
HSL color Cylindrical-coordinate representation of color #C8BFAE: hue angle of 39.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BFAE is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 174 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.22 |
| HSL | 39.23º | 0.19% | 0.73% | - |
| HSV(B) | 39.23º | 0.13% | 0.78% | - |
| XYZ | 50.09 | 52.6 | 47.56 | - |
| YUV | 191.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 174 | 0 | 0.04 | 0.13 | 0.22 | 39.23 | 0.19 | 0.73 |
| Hex | C8 | BF | AE | 0 | 4 | D | 16 | 27 | 13 | 49 |
| Octal | 310 | 277 | 256 | 0 | 4 | 15 | 26 | 47 | 23 | 111 |
| Binary | 11001000 | 10111111 | 10101110 | 0 | 100 | 1101 | 10110 | 100111 | 10011 | 1001001 |
Color Harmonies of #C8BFAE
Complementary color
Monochromatic Colors of #C8BFAE
Black with #C8BFAE
Text Example
Text Example
White with #C8BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFAE; }
p { color: rgb(200,191,174); }
H1.HeaderClassName
{
color: #C8BFAE;
}
.AnyTagClassName
{
color: #C8BFAE;
}
</style>
background-color css
<style>
a { background-color: #C8BFAE; }
a { background-color: rgb(200,191,174); }
div.DivClassName
{
background-color: #C8BFAE;
}
.BgClassName
{
background-color: #C8BFAE;
}
</style>
border-color css
<style>
span { border-color: #C8BFAE; }
span { border-color: rgb(200,191,174); }
td.TdClassName
{
border-color: #C8BFAE;
}
.TagClassName
{
border-color: #C8BFAE;
}
</style>