#C3BAAA

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

Shades of Cloud #C3BAAA

Tints of Cloud #C3BAAA

Color information

#C3BAAA (or 0xC3BAAA) is unknown color: approx Cloud. HEX triplet: C3, BA and AA. RGB value is (195,186,170). Sum of RGB (Red+Green+Blue) = 195+186+170=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAAA is #3C4555. Grayscale: #BABABA. Windows color (decimal): -3949910 or 11188931. OLE color: 11188931.

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

Color convert

RGB195186170-
CMYK00.050.130.24
HSL38.4º17.24%71.57%-
HSV(B)38.4º12.82%76.47%-
XYZ47.3249.6245.11-
YUV186.87118.48133.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=35.39%
G=33.76%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518617000.050.130.2438.417.2471.57
HexC3BAAA05D18261148
Octal3032722520515304621110
Binary1100001110111010101010100101110111000100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAAA; }

 p { color: rgb(195,186,170); }

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

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

 a { background-color: rgb(195,186,170); }

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

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

 span { border-color: rgb(195,186,170); }

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