Html Css Color HEX #C8AFA1 Cashmere

📋 copy color: '#C8AFA1'

red 200 ◦ green 175 ◦ blue 161

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

Shades of Cashmere #C8AFA1

Tints of Cashmere #C8AFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.04%

R = 37.31%
G = 32.65%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C8AFA1 (or 0xC8AFA1) is known color: Cashmere. HEX triplet: C8, AF and A1. RGB value is (200,175,161). Sum of RGB (Red+Green+Blue) = 200+175+161=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFA1 is #37505E. Grayscale: #B4B4B4. Windows color (decimal): -3625055 or 10596296. OLE color: 10596296.

HSL color Cylindrical-coordinate representation of color #C8AFA1: hue angle of 21.54º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8AFA1 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 161 -
CMYK 0 0.12 0.19 0.22
HSL 21.54º 0.26% 0.71% -
HSV(B) 21.54º 0.2% 0.78% -
XYZ 45.58 45.51 40.1 -
YUV 180.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 200 175 161 0 0.12 0.19 0.22 21.54 0.26 0.71
Hex C8 AF A1 0 C 13 16 16 1A 47
Octal 310 257 241 0 14 23 26 26 32 107
Binary 11001000 10101111 10100001 0 1100 10011 10110 10110 11010 1000111

Color Harmonies of #C8AFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFA1

Black with #C8AFA1

Text Example


Text Example

White with #C8AFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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