#C7AF9A

Color #C7AF9A Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #C7AF9A

Tints of Cashmere #C7AF9A

Color information

#C7AF9A (or 0xC7AF9A) is unknown color: approx Cashmere. HEX triplet: C7, AF and 9A. RGB value is (199,175,154). Sum of RGB (Red+Green+Blue) = 199+175+154=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF9A is #385065. Grayscale: #B3B3B3. Windows color (decimal): -3690598 or 10137543. OLE color: 10137543.

HSL color Cylindrical-coordinate representation of color #C7AF9A: hue angle of 28º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7AF9A is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB199175154-
CMYK00.120.230.22
HSL28º28.66%69.22%-
HSV(B)28º22.61%78.04%-
XYZ44.7245.1436.93-
YUV179.78113.45141.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=37.69%
G=33.14%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917515400.120.230.222828.6669.22
HexC7AF9A0C17161c1d45
Octal30725723201427263435105
Binary11000111101011111001101001100101111011011100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF9A; }

 p { color: rgb(199,175,154); }

 H1.HeaderClassName
 {
   color: #C7AF9A;
 }
 .AnyTagClassName
 {
   color: #C7AF9A;
 }
</style>
background-color css

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

 a { background-color: rgb(199,175,154); }

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

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

 span { border-color: rgb(199,175,154); }

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