Html Css Color HEX #C8A895 Cashmere

📋 copy color: '#C8A895'

red 200 ◦ green 168 ◦ blue 149

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

Shades of Cashmere #C8A895

Tints of Cashmere #C8A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 38.68%
G = 32.5%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8A895 (or 0xC8A895) is known color: Cashmere. HEX triplet: C8, A8 and 95. RGB value is (200,168,149). Sum of RGB (Red+Green+Blue) = 200+168+149=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A895 is #37576A. Grayscale: #AFAFAF. Windows color (decimal): -3626859 or 9808072. OLE color: 9808072.

HSL color Cylindrical-coordinate representation of color #C8A895: hue angle of 22.35º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A895 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 168 149 -
CMYK 0 0.16 0.26 0.22
HSL 22.35º 0.32% 0.68% -
HSV(B) 22.35º 0.26% 0.78% -
XYZ 43.25 42.45 34.35 -
YUV 175.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 200 168 149 0 0.16 0.26 0.22 22.35 0.32 0.68
Hex C8 A8 95 0 10 1A 16 16 20 44
Octal 310 250 225 0 20 32 26 26 40 104
Binary 11001000 10101000 10010101 0 10000 11010 10110 10110 100000 1000100

Color Harmonies of #C8A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A895

Black with #C8A895

Text Example


Text Example

White with #C8A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A895; }

 p { color: rgb(200,168,149); }

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

background-color css

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

 a { background-color: rgb(200,168,149); }

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

border-color css

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

 span { border-color: rgb(200,168,149); }

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