#C4BCAE

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

Shades of Cloud #C4BCAE

Tints of Cloud #C4BCAE

Color information

#C4BCAE (or 0xC4BCAE) is unknown color: approx Cloud. HEX triplet: C4, BC and AE. RGB value is (196,188,174). Sum of RGB (Red+Green+Blue) = 196+188+174=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAE is #3B4351. Grayscale: #BCBCBC. Windows color (decimal): -3883858 or 11451588. OLE color: 11451588.

HSL color Cylindrical-coordinate representation of color #C4BCAE: hue angle of 38.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BCAE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196188174-
CMYK00.040.110.23
HSL38.18º15.71%72.55%-
HSV(B)38.18º11.22%76.86%-
XYZ48.3950.7647.29-
YUV188.8119.65133.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=35.13%
G=33.69%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618817400.040.110.2338.1815.7172.55
HexC4BCAE04B17261049
Octal3042742560413274620111
Binary1100010010111100101011100100101110111100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCAE; }

 p { color: rgb(196,188,174); }

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

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

 a { background-color: rgb(196,188,174); }

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

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

 span { border-color: rgb(196,188,174); }

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