Html Css Color HEX #C7A894 Cashmere

📋 copy color: '#C7A894'

red 199 ◦ green 168 ◦ blue 148

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

Shades of Cashmere #C7A894

Tints of Cashmere #C7A894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 38.64%
G = 32.62%
B = 28.74%

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

#C7A894 (or 0xC7A894) is known color: Cashmere. HEX triplet: C7, A8 and 94. RGB value is (199,168,148). Sum of RGB (Red+Green+Blue) = 199+168+148=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A894 is #38576B. Grayscale: #AFAFAF. Windows color (decimal): -3692396 or 9742535. OLE color: 9742535.

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

Color convert

RGB 199 168 148 -
CMYK 0 0.16 0.26 0.22
HSL 23.53º 0.31% 0.68% -
HSV(B) 23.53º 0.26% 0.78% -
XYZ 42.9 42.29 33.92 -
YUV 174.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 199 168 148 0 0.16 0.26 0.22 23.53 0.31 0.68
Hex C7 A8 94 0 10 1A 16 18 1F 44
Octal 307 250 224 0 20 32 26 30 37 104
Binary 11000111 10101000 10010100 0 10000 11010 10110 11000 11111 1000100

Color Harmonies of #C7A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A894

Black with #C7A894

Text Example


Text Example

White with #C7A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A894; }

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

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

background-color css

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

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

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

border-color css

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

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

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