#C8C1B3

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

Shades of Cloud #C8C1B3

Tints of Cloud #C8C1B3

Color information

#C8C1B3 (or 0xC8C1B3) is unknown color: approx Cloud. HEX triplet: C8, C1 and B3. RGB value is (200,193,179). Sum of RGB (Red+Green+Blue) = 200+193+179=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1B3 is #373E4C. Grayscale: #C1C1C1. Windows color (decimal): -3620429 or 11780552. OLE color: 11780552.

HSL color Cylindrical-coordinate representation of color #C8C1B3: hue angle of 40º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C1B3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB200193179-
CMYK00.040.100.22
HSL40º16.03%74.31%-
HSV(B)40º10.5%78.43%-
XYZ51.0353.6750.32-
YUV193.5119.82132.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=34.97%
G=33.74%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019317900.040.100.224016.0374.31
HexC8C1B304A1628104a
Octal3103012630412265020112
Binary1100100011000001101100110100101010110101000100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C1B3; }

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

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

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

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

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

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

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

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