Html Css Color HEX #C8AD94 Cashmere

📋 copy color: '#C8AD94'

red 200 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #C8AD94

Tints of Cashmere #C8AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 38.39%
G = 33.21%
B = 28.41%

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

#C8AD94 (or 0xC8AD94) is known color: Cashmere. HEX triplet: C8, AD and 94. RGB value is (200,173,148). Sum of RGB (Red+Green+Blue) = 200+173+148=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD94 is #37526B. Grayscale: #B2B2B2. Windows color (decimal): -3625580 or 9743816. OLE color: 9743816.

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

Color convert

RGB 200 173 148 -
CMYK 0 0.14 0.26 0.22
HSL 28.85º 0.32% 0.68% -
HSV(B) 28.85º 0.26% 0.78% -
XYZ 44.11 44.3 34.24 -
YUV 178.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 200 173 148 0 0.14 0.26 0.22 28.85 0.32 0.68
Hex C8 AD 94 0 E 1A 16 1D 20 44
Octal 310 255 224 0 16 32 26 35 40 104
Binary 11001000 10101101 10010100 0 1110 11010 10110 11101 100000 1000100

Color Harmonies of #C8AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD94

Black with #C8AD94

Text Example


Text Example

White with #C8AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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