#C6C3BD

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

Shades of Cloud #C6C3BD

Tints of Cloud #C6C3BD

Color information

#C6C3BD (or 0xC6C3BD) is unknown color: approx Cloud. HEX triplet: C6, C3 and BD. RGB value is (198,195,189). Sum of RGB (Red+Green+Blue) = 198+195+189=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3BD is #393C42. Grayscale: #C3C3C3. Windows color (decimal): -3750979 or 12436422. OLE color: 12436422.

HSL color Cylindrical-coordinate representation of color #C6C3BD: hue angle of 40º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6C3BD is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198195189-
CMYK00.020.050.22
HSL40º7.32%75.88%-
HSV(B)40º4.55%77.65%-
XYZ51.9954.7155.96-
YUV195.21124.49129.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.02%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 189 (74.22% 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.22
SystemRedGreenBlueCMYKHSL
Decimal19819518900.020.050.22407.3275.88
HexC6C3BD025162874c
Octal30630327502526507114
Binary110001101100001110111101010101101101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C3BD; }

 p { color: rgb(198,195,189); }

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

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

 a { background-color: rgb(198,195,189); }

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

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

 span { border-color: rgb(198,195,189); }

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