#C8AE9B

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

Shades of Cashmere #C8AE9B

Tints of Cashmere #C8AE9B

Color information

#C8AE9B (or 0xC8AE9B) is unknown color: approx Cashmere. HEX triplet: C8, AE and 9B. RGB value is (200,174,155). Sum of RGB (Red+Green+Blue) = 200+174+155=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE9B is #375164. Grayscale: #B3B3B3. Windows color (decimal): -3625317 or 10202824. OLE color: 10202824.

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

Color convert

RGB200174155-
CMYK00.130.220.22
HSL25.33º29.03%69.61%-
HSV(B)25.33º22.5%78.43%-
XYZ44.8744.9237.32-
YUV179.61114.11142.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=37.81%
G=32.89%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017415500.130.220.2225.3329.0369.61
HexC8AE9B0D1616191d46
Octal31025623301526263135106
Binary11001000101011101001101101101101101011011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE9B; }

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

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

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

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

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

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

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

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