#CFA095

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

Shades of Rose #CFA095

Tints of Rose #CFA095

Color information

#CFA095 (or 0xCFA095) is unknown color: approx Rose. HEX triplet: CF, A0 and 95. RGB value is (207,160,149). Sum of RGB (Red+Green+Blue) = 207+160+149=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA095 is #305F6A. Grayscale: #ACACAC. Windows color (decimal): -3170155 or 9806031. OLE color: 9806031.

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

Color convert

RGB207160149-
CMYK00.230.280.19
HSL11.38º37.66%69.8%-
HSV(B)11.38º28.02%81.18%-
XYZ43.7340.5833.96-
YUV172.8114.57152.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=40.12%
G=31.01%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716014900.230.280.1911.3837.6669.8
HexCFA0950171C13b2646
Octal31724022502734231346106
Binary110011111010000010010101010111111001001110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA095; }

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

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

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

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

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

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

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

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