#CFA391

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

Shades of Rose #CFA391

Tints of Rose #CFA391

Color information

#CFA391 (or 0xCFA391) is unknown color: approx Rose. HEX triplet: CF, A3 and 91. RGB value is (207,163,145). Sum of RGB (Red+Green+Blue) = 207+163+145=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA391 is #305C6E. Grayscale: #AEAEAE. Windows color (decimal): -3169391 or 9544655. OLE color: 9544655.

HSL color Cylindrical-coordinate representation of color #CFA391: hue angle of 17.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA391 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207163145-
CMYK00.210.300.19
HSL17.42º39.24%69.02%-
HSV(B)17.42º29.95%81.18%-
XYZ43.9441.532.48-
YUV174.1111.58151.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=40.19%
G=31.65%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716314500.210.300.1917.4239.2469.02
HexCFA3910151E13112745
Octal31724322102536232147105
Binary1100111110100011100100010101011111010011100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA391; }

 p { color: rgb(207,163,145); }

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

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

 a { background-color: rgb(207,163,145); }

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

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

 span { border-color: rgb(207,163,145); }

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