#C37F73

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

Shades of Brandy Rose #C37F73

Tints of Brandy Rose #C37F73

Color information

#C37F73 (or 0xC37F73) is unknown color: approx Brandy Rose. HEX triplet: C3, 7F and 73. RGB value is (195,127,115). Sum of RGB (Red+Green+Blue) = 195+127+115=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F73 is #3C808C. Grayscale: #929292. Windows color (decimal): -3965069 or 7569347. OLE color: 7569347.

HSL color Cylindrical-coordinate representation of color #C37F73: hue angle of 9º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37F73 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195127115-
CMYK00.350.410.24
HSL40%60.78%-
HSV(B)41.03%76.47%-
XYZ33.1928.0219.88-
YUV145.96110.53162.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=44.62%
G=29.06%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512711500.350.410.2494060.78
HexC37F7302329189283d
Octal3031771630435130115075
Binary11000011111111111100110100011101001110001001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F73; }

 p { color: rgb(195,127,115); }

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

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

 a { background-color: rgb(195,127,115); }

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

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

 span { border-color: rgb(195,127,115); }

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