Html Css Color HEX #C8AB95 Cashmere

📋 copy color: '#C8AB95'

red 200 ◦ green 171 ◦ blue 149

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

Shades of Cashmere #C8AB95

Tints of Cashmere #C8AB95

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.88%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 38.46%
G = 32.88%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8AB95 (or 0xC8AB95) is known color: Cashmere. HEX triplet: C8, AB and 95. RGB value is (200,171,149). Sum of RGB (Red+Green+Blue) = 200+171+149=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB95 is #37546A. Grayscale: #B1B1B1. Windows color (decimal): -3626091 or 9808840. OLE color: 9808840.

HSL color Cylindrical-coordinate representation of color #C8AB95: hue angle of 25.88º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AB95 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 149 -
CMYK 0 0.14 0.26 0.22
HSL 25.88º 0.32% 0.68% -
HSV(B) 25.88º 0.26% 0.78% -
XYZ 43.81 43.58 34.54 -
YUV 177.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 200 171 149 0 0.14 0.26 0.22 25.88 0.32 0.68
Hex C8 AB 95 0 E 1A 16 1A 20 44
Octal 310 253 225 0 16 32 26 32 40 104
Binary 11001000 10101011 10010101 0 1110 11010 10110 11010 100000 1000100

Color Harmonies of #C8AB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB95

Black with #C8AB95

Text Example


Text Example

White with #C8AB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB95; }

 p { color: rgb(200,171,149); }

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

background-color css

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

 a { background-color: rgb(200,171,149); }

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

border-color css

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

 span { border-color: rgb(200,171,149); }

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