#C8C1B6

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

Shades of Cloud #C8C1B6

Tints of Cloud #C8C1B6

Color information

#C8C1B6 (or 0xC8C1B6) is unknown color: approx Cloud. HEX triplet: C8, C1 and B6. RGB value is (200,193,182). Sum of RGB (Red+Green+Blue) = 200+193+182=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1B6 is #373E49. Grayscale: #C1C1C1. Windows color (decimal): -3620426 or 11977160. OLE color: 11977160.

HSL color Cylindrical-coordinate representation of color #C8C1B6: hue angle of 36.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C1B6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200193182-
CMYK00.040.090.22
HSL36.67º14.06%74.9%-
HSV(B)36.67º9%78.43%-
XYZ51.3353.851.93-
YUV193.84121.32132.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=34.78%
G=33.57%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019318200.040.090.2236.6714.0674.9
HexC8C1B60491625e4b
Octal3103012660411264516113
Binary110010001100000110110110010010011011010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C1B6; }

 p { color: rgb(200,193,182); }

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

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

 a { background-color: rgb(200,193,182); }

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

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

 span { border-color: rgb(200,193,182); }

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