Html Css Color HEX #C7A895 Cashmere

📋 copy color: '#C7A895'

red 199 ◦ green 168 ◦ blue 149

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

Shades of Cashmere #C7A895

Tints of Cashmere #C7A895

RGB

 RED value IS 199 (78.13% from 255) = 38.57%

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

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

R = 38.57%
G = 32.56%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C7A895 (or 0xC7A895) is known color: Cashmere. HEX triplet: C7, A8 and 95. RGB value is (199,168,149). Sum of RGB (Red+Green+Blue) = 199+168+149=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A895 is #38576A. Grayscale: #AFAFAF. Windows color (decimal): -3692395 or 9808071. OLE color: 9808071.

HSL color Cylindrical-coordinate representation of color #C7A895: hue angle of 22.8º degrees, saturation: 0.31, 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 #C7A895 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 168 149 -
CMYK 0 0.16 0.25 0.22
HSL 22.8º 0.31% 0.68% -
HSV(B) 22.8º 0.25% 0.78% -
XYZ 42.98 42.32 34.34 -
YUV 175.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 199 168 149 0 0.16 0.25 0.22 22.8 0.31 0.68
Hex C7 A8 95 0 10 19 16 17 1F 44
Octal 307 250 225 0 20 31 26 27 37 104
Binary 11000111 10101000 10010101 0 10000 11001 10110 10111 11111 1000100

Color Harmonies of #C7A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A895

Black with #C7A895

Text Example


Text Example

White with #C7A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A895; }

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

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

background-color css

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

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

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

border-color css

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

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

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