Html Css Color HEX #C8AE99 Cashmere

📋 copy color: '#C8AE99'

red 200 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #C8AE99

Tints of Cashmere #C8AE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

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

R = 37.95%
G = 33.02%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C8AE99 (or 0xC8AE99) is known color: Cashmere. HEX triplet: C8, AE and 99. RGB value is (200,174,153). Sum of RGB (Red+Green+Blue) = 200+174+153=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE99 is #375166. Grayscale: #B3B3B3. Windows color (decimal): -3625319 or 10071752. OLE color: 10071752.

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

Color convert

RGB 200 174 153 -
CMYK 0 0.13 0.24 0.22
HSL 26.81º 0.3% 0.69% -
HSV(B) 26.81º 0.24% 0.78% -
XYZ 44.71 44.85 36.44 -
YUV 179.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 200 174 153 0 0.13 0.24 0.22 26.81 0.3 0.69
Hex C8 AE 99 0 D 18 16 1B 1E 45
Octal 310 256 231 0 15 30 26 33 36 105
Binary 11001000 10101110 10011001 0 1101 11000 10110 11011 11110 1000101

Color Harmonies of #C8AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE99

Black with #C8AE99

Text Example


Text Example

White with #C8AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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