#C8BDAB

Color #C8BDAB Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #C8BDAB

Tints of Cloud #C8BDAB

Color information

#C8BDAB (or 0xC8BDAB) is unknown color: approx Cloud. HEX triplet: C8, BD and AB. RGB value is (200,189,171). Sum of RGB (Red+Green+Blue) = 200+189+171=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDAB is #374254. Grayscale: #BEBEBE. Windows color (decimal): -3621461 or 11255240. OLE color: 11255240.

HSL color Cylindrical-coordinate representation of color #C8BDAB: hue angle of 37.24º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BDAB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200189171-
CMYK00.060.140.22
HSL37.24º20.86%72.75%-
HSV(B)37.24º14.5%78.43%-
XYZ49.3751.6145.89-
YUV190.24117.14134.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=35.71%
G=33.75%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018917100.060.140.2237.2420.8672.75
HexC8BDAB06E16251549
Octal3102752530616264525111
Binary1100100010111101101010110110111010110100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDAB; }

 p { color: rgb(200,189,171); }

 H1.HeaderClassName
 {
   color: #C8BDAB;
 }
 .AnyTagClassName
 {
   color: #C8BDAB;
 }
</style>
background-color css

<style>
 a { background-color: #C8BDAB; }

 a { background-color: rgb(200,189,171); }

 div.DivClassName
 {
   background-color: #C8BDAB;
 }
 .BgClassName
 {
   background-color: #C8BDAB;
 }
</style>
border-color css

<style>
 span { border-color: #C8BDAB; }

 span { border-color: rgb(200,189,171); }

 td.TdClassName
 {
   border-color: #C8BDAB;
 }
 .TagClassName
 {
   border-color: #C8BDAB;
 }
</style>