#C8C2B3

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

Shades of Cloud #C8C2B3

Tints of Cloud #C8C2B3

Color information

#C8C2B3 (or 0xC8C2B3) is unknown color: approx Cloud. HEX triplet: C8, C2 and B3. RGB value is (200,194,179). Sum of RGB (Red+Green+Blue) = 200+194+179=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2B3 is #373D4C. Grayscale: #C2C2C2. Windows color (decimal): -3620173 or 11780808. OLE color: 11780808.

HSL color Cylindrical-coordinate representation of color #C8C2B3: hue angle of 42.86º 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 #C8C2B3 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB200194179-
CMYK00.030.100.22
HSL42.86º16.03%74.31%-
HSV(B)42.86º10.5%78.43%-
XYZ51.2554.1250.39-
YUV194.08119.49132.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=34.90%
G=33.86%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019417900.030.100.2242.8616.0374.31
HexC8C2B303A162b104a
Octal3103022630312265320112
Binary110010001100001010110011011101010110101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2B3; }

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

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

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

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

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

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

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

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