#CFA094

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

Shades of Rose #CFA094

Tints of Rose #CFA094

Color information

#CFA094 (or 0xCFA094) is unknown color: approx Rose. HEX triplet: CF, A0 and 94. RGB value is (207,160,148). Sum of RGB (Red+Green+Blue) = 207+160+148=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA094 is #305F6B. Grayscale: #ACACAC. Windows color (decimal): -3170156 or 9740495. OLE color: 9740495.

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

Color convert

RGB207160148-
CMYK00.230.290.19
HSL12.2º38.06%69.61%-
HSV(B)12.2º28.5%81.18%-
XYZ43.6540.5533.54-
YUV172.68114.07152.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=40.19%
G=31.07%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716014800.230.290.1912.238.0669.61
HexCFA0940171D13c2646
Octal31724022402735231446106
Binary110011111010000010010100010111111011001111001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA094; }

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

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

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

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

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

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

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

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