Html Css Color HEX #C8AD9D Cashmere

📋 copy color: '#C8AD9D'

red 200 ◦ green 173 ◦ blue 157

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

Shades of Cashmere #C8AD9D

Tints of Cashmere #C8AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 37.74%
G = 32.64%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8AD9D (or 0xC8AD9D) is known color: Cashmere. HEX triplet: C8, AD and 9D. RGB value is (200,173,157). Sum of RGB (Red+Green+Blue) = 200+173+157=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD9D is #375262. Grayscale: #B3B3B3. Windows color (decimal): -3625571 or 10333640. OLE color: 10333640.

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

Color convert

RGB 200 173 157 -
CMYK 0 0.14 0.22 0.22
HSL 22.33º 0.28% 0.7% -
HSV(B) 22.33º 0.22% 0.78% -
XYZ 44.85 44.6 38.14 -
YUV 179.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 200 173 157 0 0.14 0.22 0.22 22.33 0.28 0.7
Hex C8 AD 9D 0 E 16 16 16 1C 46
Octal 310 255 235 0 16 26 26 26 34 106
Binary 11001000 10101101 10011101 0 1110 10110 10110 10110 11100 1000110

Color Harmonies of #C8AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD9D

Black with #C8AD9D

Text Example


Text Example

White with #C8AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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