Html Css Color HEX #C8AF9C Cashmere

📋 copy color: '#C8AF9C'

red 200 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #C8AF9C

Tints of Cashmere #C8AF9C

RGB

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

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

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

R = 37.66%
G = 32.96%
B = 29.38%

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

#C8AF9C (or 0xC8AF9C) is known color: Cashmere. HEX triplet: C8, AF and 9C. RGB value is (200,175,156). Sum of RGB (Red+Green+Blue) = 200+175+156=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9C is #375063. Grayscale: #B4B4B4. Windows color (decimal): -3625060 or 10268616. OLE color: 10268616.

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

Color convert

RGB 200 175 156 -
CMYK 0 0.12 0.22 0.22
HSL 25.91º 0.29% 0.7% -
HSV(B) 25.91º 0.22% 0.78% -
XYZ 45.15 45.34 37.82 -
YUV 180.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 200 175 156 0 0.12 0.22 0.22 25.91 0.29 0.7
Hex C8 AF 9C 0 C 16 16 1A 1D 46
Octal 310 257 234 0 14 26 26 32 35 106
Binary 11001000 10101111 10011100 0 1100 10110 10110 11010 11101 1000110

Color Harmonies of #C8AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF9C

Black with #C8AF9C

Text Example


Text Example

White with #C8AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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