#C9A191

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

Shades of Rose #C9A191

Tints of Rose #C9A191

Color information

#C9A191 (or 0xC9A191) is unknown color: approx Rose. HEX triplet: C9, A1 and 91. RGB value is (201,161,145). Sum of RGB (Red+Green+Blue) = 201+161+145=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A191 is #365E6E. Grayscale: #ABABAB. Windows color (decimal): -3563119 or 9544137. OLE color: 9544137.

HSL color Cylindrical-coordinate representation of color #C9A191: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9A191 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201161145-
CMYK00.200.280.21
HSL17.14º34.15%67.84%-
HSV(B)17.14º27.86%78.82%-
XYZ41.9439.9532.29-
YUV171.14113.25149.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=39.64%
G=31.76%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116114500.200.280.2117.1434.1567.84
HexC9A1910141C15112244
Octal31124122102434252142104
Binary1100100110100001100100010101001110010101100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A191; }

 p { color: rgb(201,161,145); }

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

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

 a { background-color: rgb(201,161,145); }

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

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

 span { border-color: rgb(201,161,145); }

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