#C7AE98

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

Shades of Cashmere #C7AE98

Tints of Cashmere #C7AE98

Color information

#C7AE98 (or 0xC7AE98) is unknown color: approx Cashmere. HEX triplet: C7, AE and 98. RGB value is (199,174,152). Sum of RGB (Red+Green+Blue) = 199+174+152=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AE98 is #385167. Grayscale: #B3B3B3. Windows color (decimal): -3690856 or 10006215. OLE color: 10006215.

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

Color convert

RGB199174152-
CMYK00.130.240.22
HSL28.09º29.56%68.82%-
HSV(B)28.09º23.62%78.04%-
XYZ44.3644.6835.99-
YUV178.97112.78142.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=37.90%
G=33.14%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917415200.130.240.2228.0929.5668.82
HexC7AE980D18161c1e45
Octal30725623001530263436105
Binary11000111101011101001100001101110001011011100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE98; }

 p { color: rgb(199,174,152); }

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

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

 a { background-color: rgb(199,174,152); }

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

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

 span { border-color: rgb(199,174,152); }

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