Html Css Color HEX #C8AF9D Cashmere

📋 copy color: '#C8AF9D'

red 200 ◦ green 175 ◦ blue 157

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

Shades of Cashmere #C8AF9D

Tints of Cashmere #C8AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.89%

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

R = 37.59%
G = 32.89%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8AF9D (or 0xC8AF9D) is known color: Cashmere. HEX triplet: C8, AF and 9D. RGB value is (200,175,157). Sum of RGB (Red+Green+Blue) = 200+175+157=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9D is #375062. Grayscale: #B4B4B4. Windows color (decimal): -3625059 or 10334152. OLE color: 10334152.

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

Color convert

RGB 200 175 157 -
CMYK 0 0.12 0.22 0.22
HSL 25.12º 0.28% 0.7% -
HSV(B) 25.12º 0.22% 0.78% -
XYZ 45.24 45.37 38.27 -
YUV 180.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 200 175 157 0 0.12 0.22 0.22 25.12 0.28 0.7
Hex C8 AF 9D 0 C 16 16 19 1C 46
Octal 310 257 235 0 14 26 26 31 34 106
Binary 11001000 10101111 10011101 0 1100 10110 10110 11001 11100 1000110

Color Harmonies of #C8AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF9D

Black with #C8AF9D

Text Example


Text Example

White with #C8AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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