#C5C2BC

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

Shades of Cloud #C5C2BC

Tints of Cloud #C5C2BC

Color information

#C5C2BC (or 0xC5C2BC) is unknown color: approx Cloud. HEX triplet: C5, C2 and BC. RGB value is (197,194,188). Sum of RGB (Red+Green+Blue) = 197+194+188=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2BC is #3A3D43. Grayscale: #C2C2C2. Windows color (decimal): -3816772 or 12370629. OLE color: 12370629.

HSL color Cylindrical-coordinate representation of color #C5C2BC: hue angle of 40º degrees, saturation: 0.07, 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 #C5C2BC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197194188-
CMYK00.020.050.23
HSL40º7.2%75.49%-
HSV(B)40º4.57%77.25%-
XYZ51.3954.0855.31-
YUV194.21124.49129.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=34.02%
G=33.51%
B=32.47%

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
Decimal19719418800.020.050.23407.275.49
HexC5C2BC025172874b
Octal30530227402527507113
Binary110001011100001010111100010101101111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C2BC; }

 p { color: rgb(197,194,188); }

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

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

 a { background-color: rgb(197,194,188); }

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

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

 span { border-color: rgb(197,194,188); }

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