#C3BCAF

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

Shades of Cloud #C3BCAF

Tints of Cloud #C3BCAF

Color information

#C3BCAF (or 0xC3BCAF) is unknown color: approx Cloud. HEX triplet: C3, BC and AF. RGB value is (195,188,175). Sum of RGB (Red+Green+Blue) = 195+188+175=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAF is #3C4350. Grayscale: #BCBCBC. Windows color (decimal): -3949393 or 11517123. OLE color: 11517123.

HSL color Cylindrical-coordinate representation of color #C3BCAF: hue angle of 39º 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 #C3BCAF is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195188175-
CMYK00.040.100.24
HSL39º14.29%72.55%-
HSV(B)39º10.26%76.47%-
XYZ48.2350.6647.79-
YUV188.61120.32132.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=34.95%
G=33.69%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518817500.040.100.243914.2972.55
HexC3BCAF04A1827e49
Octal3032742570412304716111
Binary110000111011110010101111010010101100010011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCAF; }

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

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

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

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

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

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

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

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