#CFA191

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

Shades of Rose #CFA191

Tints of Rose #CFA191

Color information

#CFA191 (or 0xCFA191) is unknown color: approx Rose. HEX triplet: CF, A1 and 91. RGB value is (207,161,145). Sum of RGB (Red+Green+Blue) = 207+161+145=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA191 is #305E6E. Grayscale: #ADADAD. Windows color (decimal): -3169903 or 9544143. OLE color: 9544143.

HSL color Cylindrical-coordinate representation of color #CFA191: hue angle of 15.48º 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 #CFA191 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207161145-
CMYK00.220.300.19
HSL15.48º39.24%69.02%-
HSV(B)15.48º29.95%81.18%-
XYZ43.5940.832.37-
YUV172.93112.24152.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=40.35%
G=31.38%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716114500.220.300.1915.4839.2469.02
HexCFA1910161E13f2745
Octal31724122102636231747105
Binary110011111010000110010001010110111101001111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA191; }

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

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

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

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

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

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

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

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