Shades of Cloud #C4BFB4
Tints of Cloud #C4BFB4
RGB
CMYK
RGB Variations
Color information
#C4BFB4 (or 0xC4BFB4) is known color: Cloud. HEX triplet: C4, BF and B4. RGB value is (196,191,180). Sum of RGB (Red+Green+Blue) = 196+191+180=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFB4 is #3B404B. Grayscale: #BFBFBF. Windows color (decimal): -3883084 or 11845572. OLE color: 11845572.
HSL color Cylindrical-coordinate representation of color #C4BFB4: hue angle of 41.25º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BFB4 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 180 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.23 |
| HSL | 41.25º | 0.12% | 0.74% | - |
| HSV(B) | 41.25º | 0.08% | 0.77% | - |
| XYZ | 49.63 | 52.29 | 50.66 | - |
| YUV | 191.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 180 | 0 | 0.03 | 0.08 | 0.23 | 41.25 | 0.12 | 0.74 |
| Hex | C4 | BF | B4 | 0 | 3 | 8 | 17 | 29 | C | 4A |
| Octal | 304 | 277 | 264 | 0 | 3 | 10 | 27 | 51 | 14 | 112 |
| Binary | 11000100 | 10111111 | 10110100 | 0 | 11 | 1000 | 10111 | 101001 | 1100 | 1001010 |
Color Harmonies of #C4BFB4
Complementary color
Monochromatic Colors of #C4BFB4
Black with #C4BFB4
Text Example
Text Example
White with #C4BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFB4; }
p { color: rgb(196,191,180); }
H1.HeaderClassName
{
color: #C4BFB4;
}
.AnyTagClassName
{
color: #C4BFB4;
}
</style>
background-color css
<style>
a { background-color: #C4BFB4; }
a { background-color: rgb(196,191,180); }
div.DivClassName
{
background-color: #C4BFB4;
}
.BgClassName
{
background-color: #C4BFB4;
}
</style>
border-color css
<style>
span { border-color: #C4BFB4; }
span { border-color: rgb(196,191,180); }
td.TdClassName
{
border-color: #C4BFB4;
}
.TagClassName
{
border-color: #C4BFB4;
}
</style>