Html Css Color HEX #C8AD9E Cashmere

📋 copy color: '#C8AD9E'

red 200 ◦ green 173 ◦ blue 158

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

Shades of Cashmere #C8AD9E

Tints of Cashmere #C8AD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 37.66%
G = 32.58%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8AD9E (or 0xC8AD9E) is known color: Cashmere. HEX triplet: C8, AD and 9E. RGB value is (200,173,158). Sum of RGB (Red+Green+Blue) = 200+173+158=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD9E is #375261. Grayscale: #B3B3B3. Windows color (decimal): -3625570 or 10399176. OLE color: 10399176.

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

Color convert

RGB 200 173 158 -
CMYK 0 0.14 0.21 0.22
HSL 21.43º 0.28% 0.7% -
HSV(B) 21.43º 0.21% 0.78% -
XYZ 44.93 44.64 38.59 -
YUV 179.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 200 173 158 0 0.14 0.21 0.22 21.43 0.28 0.7
Hex C8 AD 9E 0 E 15 16 15 1C 46
Octal 310 255 236 0 16 25 26 25 34 106
Binary 11001000 10101101 10011110 0 1110 10101 10110 10101 11100 1000110

Color Harmonies of #C8AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD9E

Black with #C8AD9E

Text Example


Text Example

White with #C8AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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