Html Css Color HEX #C7A896 Cashmere

📋 copy color: '#C7A896'

red 199 ◦ green 168 ◦ blue 150

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

Shades of Cashmere #C7A896

Tints of Cashmere #C7A896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 38.49%
G = 32.5%
B = 29.01%

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

#C7A896 (or 0xC7A896) is known color: Cashmere. HEX triplet: C7, A8 and 96. RGB value is (199,168,150). Sum of RGB (Red+Green+Blue) = 199+168+150=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A896 is #385769. Grayscale: #AFAFAF. Windows color (decimal): -3692394 or 9873607. OLE color: 9873607.

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

Color convert

RGB 199 168 150 -
CMYK 0 0.16 0.25 0.22
HSL 22.04º 0.3% 0.68% -
HSV(B) 22.04º 0.25% 0.78% -
XYZ 43.06 42.35 34.76 -
YUV 175.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 199 168 150 0 0.16 0.25 0.22 22.04 0.3 0.68
Hex C7 A8 96 0 10 19 16 16 1E 44
Octal 307 250 226 0 20 31 26 26 36 104
Binary 11000111 10101000 10010110 0 10000 11001 10110 10110 11110 1000100

Color Harmonies of #C7A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A896

Black with #C7A896

Text Example


Text Example

White with #C7A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A896; }

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

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

background-color css

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

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

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

border-color css

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

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

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