#C8AE98

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

Shades of Cashmere #C8AE98

Tints of Cashmere #C8AE98

Color information

#C8AE98 (or 0xC8AE98) is unknown color: approx Cashmere. HEX triplet: C8, AE and 98. RGB value is (200,174,152). Sum of RGB (Red+Green+Blue) = 200+174+152=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE98 is #375167. Grayscale: #B3B3B3. Windows color (decimal): -3625320 or 10006216. OLE color: 10006216.

HSL color Cylindrical-coordinate representation of color #C8AE98: hue angle of 27.5º 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 #C8AE98 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200174152-
CMYK00.130.240.22
HSL27.5º30.38%69.02%-
HSV(B)27.5º24%78.43%-
XYZ44.6244.8236-
YUV179.27112.61142.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=38.02%
G=33.08%
B=28.90%

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
Decimal20017415200.130.240.2227.530.3869.02
HexC8AE980D18161c1e45
Octal31025623001530263436105
Binary11001000101011101001100001101110001011011100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE98; }

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

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

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

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

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

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

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

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