Html Css Color HEX #C8AA99 Cashmere

📋 copy color: '#C8AA99'

red 200 ◦ green 170 ◦ blue 153

#C8AA99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #C8AA99

Tints of Cashmere #C8AA99

RGB

 RED value IS 200 (78.52% from 255) = 38.24%

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 38.24%
G = 32.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C8AA99 (or 0xC8AA99) is known color: Cashmere. HEX triplet: C8, AA and 99. RGB value is (200,170,153). Sum of RGB (Red+Green+Blue) = 200+170+153=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA99 is #375566. Grayscale: #B1B1B1. Windows color (decimal): -3626343 or 10070728. OLE color: 10070728.

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

Color convert

RGB 200 170 153 -
CMYK 0 0.15 0.24 0.22
HSL 21.7º 0.3% 0.69% -
HSV(B) 21.7º 0.24% 0.78% -
XYZ 43.94 43.33 36.18 -
YUV 177.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 200 170 153 0 0.15 0.24 0.22 21.7 0.3 0.69
Hex C8 AA 99 0 F 18 16 16 1E 45
Octal 310 252 231 0 17 30 26 26 36 105
Binary 11001000 10101010 10011001 0 1111 11000 10110 10110 11110 1000101

Color Harmonies of #C8AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA99

Black with #C8AA99

Text Example


Text Example

White with #C8AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA99; }

 p { color: rgb(200,170,153); }

 H1.HeaderClassName
 {
   color: #C8AA99;
 }
 .AnyTagClassName
 {
   color: #C8AA99;
 }
</style>

background-color css

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

 a { background-color: rgb(200,170,153); }

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

border-color css

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

 span { border-color: rgb(200,170,153); }

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