#C8C2B8

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

Shades of Cloud #C8C2B8

Tints of Cloud #C8C2B8

Color information

#C8C2B8 (or 0xC8C2B8) is unknown color: approx Cloud. HEX triplet: C8, C2 and B8. RGB value is (200,194,184). Sum of RGB (Red+Green+Blue) = 200+194+184=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2B8 is #373D47. Grayscale: #C2C2C2. Windows color (decimal): -3620168 or 12108488. OLE color: 12108488.

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

Color convert

RGB200194184-
CMYK00.030.080.22
HSL37.5º12.7%75.29%-
HSV(B)37.5º8%78.43%-
XYZ51.7654.3253.1-
YUV194.65121.99131.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 194 (76.17% from 255) = 33.56%
BLUE value IS 184 (72.27% from 255) = 31.83%
R=34.60%
G=33.56%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019418400.030.080.2237.512.775.29
HexC8C2B80381626d4b
Octal3103022700310264615113
Binary11001000110000101011100001110001011010011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2B8; }

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

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

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

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

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

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

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

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