#CFA895

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

Shades of Rose #CFA895

Tints of Rose #CFA895

Color information

#CFA895 (or 0xCFA895) is unknown color: approx Rose. HEX triplet: CF, A8 and 95. RGB value is (207,168,149). Sum of RGB (Red+Green+Blue) = 207+168+149=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA895 is #30576A. Grayscale: #B1B1B1. Windows color (decimal): -3168107 or 9808079. OLE color: 9808079.

HSL color Cylindrical-coordinate representation of color #CFA895: hue angle of 19.66º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA895 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207168149-
CMYK00.190.280.19
HSL19.66º37.66%69.8%-
HSV(B)19.66º28.02%81.18%-
XYZ45.1643.4434.44-
YUV177.5111.92149.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=39.50%
G=32.06%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716814900.190.280.1919.6637.6669.8
HexCFA8950131C13142646
Octal31725022502334232446106
Binary1100111110101000100101010100111110010011101001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA895; }

 p { color: rgb(207,168,149); }

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

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

 a { background-color: rgb(207,168,149); }

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

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

 span { border-color: rgb(207,168,149); }

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