Html Css Color HEX #C8AB93 Cashmere

📋 copy color: '#C8AB93'

red 200 ◦ green 171 ◦ blue 147

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

Shades of Cashmere #C8AB93

Tints of Cashmere #C8AB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 38.61%
G = 33.01%
B = 28.38%

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

#C8AB93 (or 0xC8AB93) is known color: Cashmere. HEX triplet: C8, AB and 93. RGB value is (200,171,147). Sum of RGB (Red+Green+Blue) = 200+171+147=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB93 is #37546C. Grayscale: #B1B1B1. Windows color (decimal): -3626093 or 9677768. OLE color: 9677768.

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

Color convert

RGB 200 171 147 -
CMYK 0 0.14 0.26 0.22
HSL 27.17º 0.33% 0.68% -
HSV(B) 27.17º 0.27% 0.78% -
XYZ 43.65 43.51 33.7 -
YUV 176.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 200 171 147 0 0.14 0.26 0.22 27.17 0.33 0.68
Hex C8 AB 93 0 E 1A 16 1B 21 44
Octal 310 253 223 0 16 32 26 33 41 104
Binary 11001000 10101011 10010011 0 1110 11010 10110 11011 100001 1000100

Color Harmonies of #C8AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB93

Black with #C8AB93

Text Example


Text Example

White with #C8AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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