#CFA294

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

Shades of Rose #CFA294

Tints of Rose #CFA294

Color information

#CFA294 (or 0xCFA294) is unknown color: approx Rose. HEX triplet: CF, A2 and 94. RGB value is (207,162,148). Sum of RGB (Red+Green+Blue) = 207+162+148=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA294 is #305D6B. Grayscale: #ADADAD. Windows color (decimal): -3169644 or 9741007. OLE color: 9741007.

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

Color convert

RGB207162148-
CMYK00.220.290.19
HSL14.24º38.06%69.61%-
HSV(B)14.24º28.5%81.18%-
XYZ4441.2433.66-
YUV173.86113.41151.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=40.04%
G=31.33%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716214800.220.290.1914.2438.0669.61
HexCFA2940161D13e2646
Octal31724222402635231646106
Binary110011111010001010010100010110111011001111101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA294; }

 p { color: rgb(207,162,148); }

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

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

 a { background-color: rgb(207,162,148); }

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

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

 span { border-color: rgb(207,162,148); }

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