#C5BAAC

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

Shades of Cloud #C5BAAC

Tints of Cloud #C5BAAC

Color information

#C5BAAC (or 0xC5BAAC) is unknown color: approx Cloud. HEX triplet: C5, BA and AC. RGB value is (197,186,172). Sum of RGB (Red+Green+Blue) = 197+186+172=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAAC is #3A4553. Grayscale: #BBBBBB. Windows color (decimal): -3818836 or 11320005. OLE color: 11320005.

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

Color convert

RGB197186172-
CMYK00.060.130.23
HSL33.6º17.73%72.35%-
HSV(B)33.6º12.69%77.25%-
XYZ48.0349.9746.14-
YUV187.69119.14134.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=35.50%
G=33.51%
B=30.99%

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
Decimal19718617200.060.130.2333.617.7372.35
HexC5BAAC06D17221248
Octal3052722540615274222110
Binary1100010110111010101011000110110110111100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAAC; }

 p { color: rgb(197,186,172); }

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

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

 a { background-color: rgb(197,186,172); }

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

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

 span { border-color: rgb(197,186,172); }

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