#C4C1BA

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

Shades of Cloud #C4C1BA

Tints of Cloud #C4C1BA

Color information

#C4C1BA (or 0xC4C1BA) is unknown color: approx Cloud. HEX triplet: C4, C1 and BA. RGB value is (196,193,186). Sum of RGB (Red+Green+Blue) = 196+193+186=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1BA is #3B3E45. Grayscale: #C1C1C1. Windows color (decimal): -3882566 or 12239300. OLE color: 12239300.

HSL color Cylindrical-coordinate representation of color #C4C1BA: hue angle of 42º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4C1BA is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196193186-
CMYK00.020.050.23
HSL42º7.81%74.9%-
HSV(B)42º5.1%76.86%-
XYZ50.753.4254.09-
YUV193.1123.99130.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=34.09%
G=33.57%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619318600.020.050.23427.8174.9
HexC4C1BA025172a84b
Octal304301272025275210113
Binary1100010011000001101110100101011011110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C1BA; }

 p { color: rgb(196,193,186); }

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

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

 a { background-color: rgb(196,193,186); }

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

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

 span { border-color: rgb(196,193,186); }

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