#C7C1AF

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

Shades of Cloud #C7C1AF

Tints of Cloud #C7C1AF

Color information

#C7C1AF (or 0xC7C1AF) is unknown color: approx Cloud. HEX triplet: C7, C1 and AF. RGB value is (199,193,175). Sum of RGB (Red+Green+Blue) = 199+193+175=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C1AF is #383E50. Grayscale: #C0C0C0. Windows color (decimal): -3685969 or 11518407. OLE color: 11518407.

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

Color convert

RGB199193175-
CMYK00.030.120.22
HSL45º17.65%73.33%-
HSV(B)45º12.06%78.04%-
XYZ50.3653.3848.21-
YUV192.74117.99132.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.10%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=35.10%
G=34.04%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919317500.030.120.224517.6573.33
HexC7C1AF03C162d1249
Octal3073012570314265522111
Binary110001111100000110101111011110010110101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1AF; }

 p { color: rgb(199,193,175); }

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

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

 a { background-color: rgb(199,193,175); }

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

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

 span { border-color: rgb(199,193,175); }

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