Html Css Color HEX #C8AB91 Cashmere

📋 copy color: '#C8AB91'

red 200 ◦ green 171 ◦ blue 145

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

Shades of Cashmere #C8AB91

Tints of Cashmere #C8AB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 38.76%
G = 33.14%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8AB91 (or 0xC8AB91) is known color: Cashmere. HEX triplet: C8, AB and 91. RGB value is (200,171,145). Sum of RGB (Red+Green+Blue) = 200+171+145=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB91 is #37546E. Grayscale: #B0B0B0. Windows color (decimal): -3626095 or 9546696. OLE color: 9546696.

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

Color convert

RGB 200 171 145 -
CMYK 0 0.14 0.28 0.22
HSL 28.36º 0.33% 0.68% -
HSV(B) 28.36º 0.28% 0.78% -
XYZ 43.49 43.45 32.88 -
YUV 176.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 200 171 145 0 0.14 0.28 0.22 28.36 0.33 0.68
Hex C8 AB 91 0 E 1C 16 1C 21 44
Octal 310 253 221 0 16 34 26 34 41 104
Binary 11001000 10101011 10010001 0 1110 11100 10110 11100 100001 1000100

Color Harmonies of #C8AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB91

Black with #C8AB91

Text Example


Text Example

White with #C8AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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