#C4B9AA

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

Shades of Cloud #C4B9AA

Tints of Cloud #C4B9AA

Color information

#C4B9AA (or 0xC4B9AA) is unknown color: approx Cloud. HEX triplet: C4, B9 and AA. RGB value is (196,185,170). Sum of RGB (Red+Green+Blue) = 196+185+170=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B9AA is #3B4655. Grayscale: #BABABA. Windows color (decimal): -3884630 or 11188676. OLE color: 11188676.

HSL color Cylindrical-coordinate representation of color #C4B9AA: hue angle of 34.62º 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 #C4B9AA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196185170-
CMYK00.060.130.23
HSL34.62º18.06%71.76%-
HSV(B)34.62º13.27%76.86%-
XYZ47.3749.3445.06-
YUV186.58118.64134.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.57%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=35.57%
G=33.58%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618517000.060.130.2334.6218.0671.76
HexC4B9AA06D17231248
Octal3042712520615274322110
Binary1100010010111001101010100110110110111100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B9AA; }

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

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

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

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

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

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

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

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