Html Css Color HEX #C8AD9C Cashmere

📋 copy color: '#C8AD9C'

red 200 ◦ green 173 ◦ blue 156

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

Shades of Cashmere #C8AD9C

Tints of Cashmere #C8AD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.49%

R = 37.81%
G = 32.7%
B = 29.49%

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

#C8AD9C (or 0xC8AD9C) is known color: Cashmere. HEX triplet: C8, AD and 9C. RGB value is (200,173,156). Sum of RGB (Red+Green+Blue) = 200+173+156=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD9C is #375263. Grayscale: #B3B3B3. Windows color (decimal): -3625572 or 10268104. OLE color: 10268104.

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

Color convert

RGB 200 173 156 -
CMYK 0 0.14 0.22 0.22
HSL 23.18º 0.29% 0.7% -
HSV(B) 23.18º 0.22% 0.78% -
XYZ 44.76 44.57 37.7 -
YUV 179.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 200 173 156 0 0.14 0.22 0.22 23.18 0.29 0.7
Hex C8 AD 9C 0 E 16 16 17 1D 46
Octal 310 255 234 0 16 26 26 27 35 106
Binary 11001000 10101101 10011100 0 1110 10110 10110 10111 11101 1000110

Color Harmonies of #C8AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD9C

Black with #C8AD9C

Text Example


Text Example

White with #C8AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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