Shades of Cloud #C6BDB1
Tints of Cloud #C6BDB1
RGB
CMYK
RGB Variations
Color information
#C6BDB1 (or 0xC6BDB1) is known color: Cloud. HEX triplet: C6, BD and B1. RGB value is (198,189,177). Sum of RGB (Red+Green+Blue) = 198+189+177=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BDB1 is #39424E. Grayscale: #BEBEBE. Windows color (decimal): -3752527 or 11648454. OLE color: 11648454.
HSL color Cylindrical-coordinate representation of color #C6BDB1: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BDB1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 189 | 177 | - |
CMYK | 0 | 0.05 | 0.11 | 0.22 |
HSL | 34.29º | 0.16% | 0.74% | - |
HSV(B) | 34.29º | 0.11% | 0.78% | - |
XYZ | 49.42 | 51.58 | 48.95 | - |
YUV | 190.32 | 120.48 | 133.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 189 | 177 | 0 | 0.05 | 0.11 | 0.22 | 34.29 | 0.16 | 0.74 |
Hex | C6 | BD | B1 | 0 | 5 | B | 16 | 22 | 10 | 4A |
Octal | 306 | 275 | 261 | 0 | 5 | 13 | 26 | 42 | 20 | 112 |
Binary | 11000110 | 10111101 | 10110001 | 0 | 101 | 1011 | 10110 | 100010 | 10000 | 1001010 |
Color Harmonies of #C6BDB1
Complementary color
Monochromatic Colors of #C6BDB1
Black with #C6BDB1
Text Example
Text Example
White with #C6BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDB1; }
p { color: rgb(198,189,177); }
H1.HeaderClassName
{
color: #C6BDB1;
}
.AnyTagClassName
{
color: #C6BDB1;
}
</style>
background-color css
<style>
a { background-color: #C6BDB1; }
a { background-color: rgb(198,189,177); }
div.DivClassName
{
background-color: #C6BDB1;
}
.BgClassName
{
background-color: #C6BDB1;
}
</style>
border-color css
<style>
span { border-color: #C6BDB1; }
span { border-color: rgb(198,189,177); }
td.TdClassName
{
border-color: #C6BDB1;
}
.TagClassName
{
border-color: #C6BDB1;
}
</style>