Html Css Color HEX #C7A993 Cashmere

📋 copy color: '#C7A993'

red 199 ◦ green 169 ◦ blue 147

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

Shades of Cashmere #C7A993

Tints of Cashmere #C7A993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.82%

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 38.64%
G = 32.82%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C7A993 (or 0xC7A993) is known color: Cashmere. HEX triplet: C7, A9 and 93. RGB value is (199,169,147). Sum of RGB (Red+Green+Blue) = 199+169+147=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A993 is #38566C. Grayscale: #AFAFAF. Windows color (decimal): -3692141 or 9677255. OLE color: 9677255.

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

Color convert

RGB 199 169 147 -
CMYK 0 0.15 0.26 0.22
HSL 25.38º 0.32% 0.68% -
HSV(B) 25.38º 0.26% 0.78% -
XYZ 43.01 42.62 33.56 -
YUV 175.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 199 169 147 0 0.15 0.26 0.22 25.38 0.32 0.68
Hex C7 A9 93 0 F 1A 16 19 20 44
Octal 307 251 223 0 17 32 26 31 40 104
Binary 11000111 10101001 10010011 0 1111 11010 10110 11001 100000 1000100

Color Harmonies of #C7A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A993

Black with #C7A993

Text Example


Text Example

White with #C7A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A993; }

 p { color: rgb(199,169,147); }

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

background-color css

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

 a { background-color: rgb(199,169,147); }

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

border-color css

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

 span { border-color: rgb(199,169,147); }

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