#CFA594

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

Shades of Rose #CFA594

Tints of Rose #CFA594

Color information

#CFA594 (or 0xCFA594) is unknown color: approx Rose. HEX triplet: CF, A5 and 94. RGB value is (207,165,148). Sum of RGB (Red+Green+Blue) = 207+165+148=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA594 is #305A6B. Grayscale: #AFAFAF. Windows color (decimal): -3168876 or 9741775. OLE color: 9741775.

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

Color convert

RGB207165148-
CMYK00.200.290.19
HSL17.29º38.06%69.61%-
HSV(B)17.29º28.5%81.18%-
XYZ44.5342.3133.84-
YUV175.62112.41150.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=39.81%
G=31.73%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716514800.200.290.1917.2938.0669.61
HexCFA5940141D13112646
Octal31724522402435232146106
Binary1100111110100101100101000101001110110011100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA594; }

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

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

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

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

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

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

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

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