#C4BBAA

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

Shades of Cloud #C4BBAA

Tints of Cloud #C4BBAA

Color information

#C4BBAA (or 0xC4BBAA) is unknown color: approx Cloud. HEX triplet: C4, BB and AA. RGB value is (196,187,170). Sum of RGB (Red+Green+Blue) = 196+187+170=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBAA is #3B4455. Grayscale: #BBBBBB. Windows color (decimal): -3884118 or 11189188. OLE color: 11189188.

HSL color Cylindrical-coordinate representation of color #C4BBAA: hue angle of 39.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BBAA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196187170-
CMYK00.050.130.23
HSL39.23º18.06%71.76%-
HSV(B)39.23º13.27%76.86%-
XYZ47.7950.1845.2-
YUV187.75117.98133.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=35.44%
G=33.82%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618717000.050.130.2339.2318.0671.76
HexC4BBAA05D17271248
Octal3042732520515274722110
Binary1100010010111011101010100101110110111100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBAA; }

 p { color: rgb(196,187,170); }

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

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

 a { background-color: rgb(196,187,170); }

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

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

 span { border-color: rgb(196,187,170); }

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