#C4BEAF

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

Shades of Cloud #C4BEAF

Tints of Cloud #C4BEAF

Color information

#C4BEAF (or 0xC4BEAF) is unknown color: approx Cloud. HEX triplet: C4, BE and AF. RGB value is (196,190,175). Sum of RGB (Red+Green+Blue) = 196+190+175=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEAF is #3B4150. Grayscale: #BEBEBE. Windows color (decimal): -3883345 or 11517636. OLE color: 11517636.

HSL color Cylindrical-coordinate representation of color #C4BEAF: hue angle of 42.86º degrees, saturation: 0.15, 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 #C4BEAF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196190175-
CMYK00.030.110.23
HSL42.86º15.11%72.75%-
HSV(B)42.86º10.71%76.86%-
XYZ48.9251.6647.95-
YUV190.08119.49132.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=34.94%
G=33.87%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619017500.030.110.2342.8615.1172.75
HexC4BEAF03B172bf49
Octal3042762570313275317111
Binary11000100101111101010111101110111011110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEAF; }

 p { color: rgb(196,190,175); }

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

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

 a { background-color: rgb(196,190,175); }

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

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

 span { border-color: rgb(196,190,175); }

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