Shades of Cloud #C9BFB2
Tints of Cloud #C9BFB2
RGB
CMYK
RGB Variations
Color information
#C9BFB2 (or 0xC9BFB2) is known color: Cloud. HEX triplet: C9, BF and B2. RGB value is (201,191,178). Sum of RGB (Red+Green+Blue) = 201+191+178=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFB2 is #36404D. Grayscale: #C0C0C0. Windows color (decimal): -3555406 or 11714505. OLE color: 11714505.
HSL color Cylindrical-coordinate representation of color #C9BFB2: hue angle of 33.91º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BFB2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 178 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.21 |
| HSL | 33.91º | 0.18% | 0.74% | - |
| HSV(B) | 33.91º | 0.11% | 0.79% | - |
| XYZ | 50.75 | 52.89 | 49.65 | - |
| YUV | 192.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 178 | 0 | 0.05 | 0.11 | 0.21 | 33.91 | 0.18 | 0.74 |
| Hex | C9 | BF | B2 | 0 | 5 | B | 15 | 22 | 12 | 4A |
| Octal | 311 | 277 | 262 | 0 | 5 | 13 | 25 | 42 | 22 | 112 |
| Binary | 11001001 | 10111111 | 10110010 | 0 | 101 | 1011 | 10101 | 100010 | 10010 | 1001010 |
Color Harmonies of #C9BFB2
Complementary color
Monochromatic Colors of #C9BFB2
Black with #C9BFB2
Text Example
Text Example
White with #C9BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFB2; }
p { color: rgb(201,191,178); }
H1.HeaderClassName
{
color: #C9BFB2;
}
.AnyTagClassName
{
color: #C9BFB2;
}
</style>
background-color css
<style>
a { background-color: #C9BFB2; }
a { background-color: rgb(201,191,178); }
div.DivClassName
{
background-color: #C9BFB2;
}
.BgClassName
{
background-color: #C9BFB2;
}
</style>
border-color css
<style>
span { border-color: #C9BFB2; }
span { border-color: rgb(201,191,178); }
td.TdClassName
{
border-color: #C9BFB2;
}
.TagClassName
{
border-color: #C9BFB2;
}
</style>