#C8C0AF

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

Shades of Cloud #C8C0AF

Tints of Cloud #C8C0AF

Color information

#C8C0AF (or 0xC8C0AF) is unknown color: approx Cloud. HEX triplet: C8, C0 and AF. RGB value is (200,192,175). Sum of RGB (Red+Green+Blue) = 200+192+175=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C0AF is #373F50. Grayscale: #C0C0C0. Windows color (decimal): -3620689 or 11518152. OLE color: 11518152.

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

Color convert

RGB200192175-
CMYK00.040.120.22
HSL40.8º18.52%73.53%-
HSV(B)40.8º12.5%78.43%-
XYZ50.4153.0748.14-
YUV192.45118.15133.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=35.27%
G=33.86%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019217500.040.120.2240.818.5273.53
HexC8C0AF04C1629134a
Octal3103002570414265123112
Binary1100100011000000101011110100110010110101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C0AF; }

 p { color: rgb(200,192,175); }

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

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

 a { background-color: rgb(200,192,175); }

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

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

 span { border-color: rgb(200,192,175); }

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