#C3BAAF

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

Shades of Cloud #C3BAAF

Tints of Cloud #C3BAAF

Color information

#C3BAAF (or 0xC3BAAF) is unknown color: approx Cloud. HEX triplet: C3, BA and AF. RGB value is (195,186,175). Sum of RGB (Red+Green+Blue) = 195+186+175=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAAF is #3C4550. Grayscale: #BBBBBB. Windows color (decimal): -3949905 or 11516611. OLE color: 11516611.

HSL color Cylindrical-coordinate representation of color #C3BAAF: hue angle of 33º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BAAF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195186175-
CMYK00.050.100.24
HSL33º14.29%72.55%-
HSV(B)33º10.26%76.47%-
XYZ47.849.8247.65-
YUV187.44120.98133.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=35.07%
G=33.45%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518617500.050.100.243314.2972.55
HexC3BAAF05A1821e49
Octal3032722570512304116111
Binary110000111011101010101111010110101100010000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAAF; }

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

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

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

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

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

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

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

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