#C5C1BC

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

Shades of Cloud #C5C1BC

Tints of Cloud #C5C1BC

Color information

#C5C1BC (or 0xC5C1BC) is unknown color: approx Cloud. HEX triplet: C5, C1 and BC. RGB value is (197,193,188). Sum of RGB (Red+Green+Blue) = 197+193+188=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1BC is #3A3E43. Grayscale: #C1C1C1. Windows color (decimal): -3817028 or 12370373. OLE color: 12370373.

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

Color convert

RGB197193188-
CMYK00.020.050.23
HSL33.33º7.2%75.49%-
HSV(B)33.33º4.57%77.25%-
XYZ51.1753.6455.23-
YUV193.63124.83130.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.08%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=34.08%
G=33.39%
B=32.53%

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
Decimal19719318800.020.050.2333.337.275.49
HexC5C1BC025172174b
Octal30530127402527417113
Binary110001011100000110111100010101101111000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C1BC; }

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

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

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

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

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

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

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

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