#C7C2B9

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

Shades of Cloud #C7C2B9

Tints of Cloud #C7C2B9

Color information

#C7C2B9 (or 0xC7C2B9) is unknown color: approx Cloud. HEX triplet: C7, C2 and B9. RGB value is (199,194,185). Sum of RGB (Red+Green+Blue) = 199+194+185=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2B9 is #383D46. Grayscale: #C2C2C2. Windows color (decimal): -3685703 or 12174023. OLE color: 12174023.

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

Color convert

RGB199194185-
CMYK00.030.070.22
HSL38.57º11.11%75.29%-
HSV(B)38.57º7.04%78.04%-
XYZ51.654.2353.65-
YUV194.47122.66131.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 194 (76.17% from 255) = 33.56%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=34.43%
G=33.56%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919418500.030.070.2238.5711.1175.29
HexC7C2B90371627b4b
Octal307302271037264713113
Binary1100011111000010101110010111111011010011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2B9; }

 p { color: rgb(199,194,185); }

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

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

 a { background-color: rgb(199,194,185); }

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

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

 span { border-color: rgb(199,194,185); }

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