#C3C0BC

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

Shades of Cloud #C3C0BC

Tints of Cloud #C3C0BC

Color information

#C3C0BC (or 0xC3C0BC) is unknown color: approx Cloud. HEX triplet: C3, C0 and BC. RGB value is (195,192,188). Sum of RGB (Red+Green+Blue) = 195+192+188=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0BC is #3C3F43. Grayscale: #C0C0C0. Windows color (decimal): -3948356 or 12370115. OLE color: 12370115.

HSL color Cylindrical-coordinate representation of color #C3C0BC: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C0BC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195192188-
CMYK00.020.040.24
HSL34.29º5.51%75.1%-
HSV(B)34.29º3.59%76.47%-
XYZ50.4352.9355.14-
YUV192.44125.49129.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=33.91%
G=33.39%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519218800.020.040.2434.295.5175.1
HexC3C0BC024182264b
Octal30330027402430426113
Binary110000111100000010111100010100110001000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0BC; }

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

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

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

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

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

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

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

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