#C7AE9B

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

Shades of Cashmere #C7AE9B

Tints of Cashmere #C7AE9B

Color information

#C7AE9B (or 0xC7AE9B) is unknown color: approx Cashmere. HEX triplet: C7, AE and 9B. RGB value is (199,174,155). Sum of RGB (Red+Green+Blue) = 199+174+155=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AE9B is #385164. Grayscale: #B3B3B3. Windows color (decimal): -3690853 or 10202823. OLE color: 10202823.

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

Color convert

RGB199174155-
CMYK00.130.220.22
HSL25.91º28.21%69.41%-
HSV(B)25.91º22.11%78.04%-
XYZ44.6144.7837.3-
YUV179.31114.28142.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=37.69%
G=32.95%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917415500.130.220.2225.9128.2169.41
HexC7AE9B0D16161a1c45
Octal30725623301526263234105
Binary11000111101011101001101101101101101011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE9B; }

 p { color: rgb(199,174,155); }

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

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

 a { background-color: rgb(199,174,155); }

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

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

 span { border-color: rgb(199,174,155); }

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