Html Css Color HEX #C8AC94 Cashmere

📋 copy color: '#C8AC94'

red 200 ◦ green 172 ◦ blue 148

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

Shades of Cashmere #C8AC94

Tints of Cashmere #C8AC94

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 38.46%
G = 33.08%
B = 28.46%

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

#C8AC94 (or 0xC8AC94) is known color: Cashmere. HEX triplet: C8, AC and 94. RGB value is (200,172,148). Sum of RGB (Red+Green+Blue) = 200+172+148=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC94 is #37536B. Grayscale: #B1B1B1. Windows color (decimal): -3625836 or 9743560. OLE color: 9743560.

HSL color Cylindrical-coordinate representation of color #C8AC94: hue angle of 27.69º degrees, saturation: 0.32, 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 #C8AC94 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 148 -
CMYK 0 0.14 0.26 0.22
HSL 27.69º 0.32% 0.68% -
HSV(B) 27.69º 0.26% 0.78% -
XYZ 43.92 43.92 34.18 -
YUV 177.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 200 172 148 0 0.14 0.26 0.22 27.69 0.32 0.68
Hex C8 AC 94 0 E 1A 16 1C 20 44
Octal 310 254 224 0 16 32 26 34 40 104
Binary 11001000 10101100 10010100 0 1110 11010 10110 11100 100000 1000100

Color Harmonies of #C8AC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC94

Black with #C8AC94

Text Example


Text Example

White with #C8AC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC94; }

 p { color: rgb(200,172,148); }

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

background-color css

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

 a { background-color: rgb(200,172,148); }

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

border-color css

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

 span { border-color: rgb(200,172,148); }

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