#C3C0B7

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

Shades of Cloud #C3C0B7

Tints of Cloud #C3C0B7

Color information

#C3C0B7 (or 0xC3C0B7) is unknown color: approx Cloud. HEX triplet: C3, C0 and B7. RGB value is (195,192,183). Sum of RGB (Red+Green+Blue) = 195+192+183=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0B7 is #3C3F48. Grayscale: #BFBFBF. Windows color (decimal): -3948361 or 12042435. OLE color: 12042435.

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

Color convert

RGB195192183-
CMYK00.020.060.24
HSL45º9.09%74.12%-
HSV(B)45º6.15%76.47%-
XYZ49.952.7252.35-
YUV191.87122.99130.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=34.21%
G=33.68%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519218300.020.060.24459.0974.12
HexC3C0B7026182d94a
Octal303300267026305511112
Binary1100001111000000101101110101101100010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0B7; }

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

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

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

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

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

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

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

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