#C37D72

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

Shades of Brandy Rose #C37D72

Tints of Brandy Rose #C37D72

Color information

#C37D72 (or 0xC37D72) is unknown color: approx Brandy Rose. HEX triplet: C3, 7D and 72. RGB value is (195,125,114). Sum of RGB (Red+Green+Blue) = 195+125+114=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D72 is #3C828D. Grayscale: #909090. Windows color (decimal): -3965582 or 7503299. OLE color: 7503299.

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

Color convert

RGB195125114-
CMYK00.360.420.24
HSL8.15º40.3%60.59%-
HSV(B)8.15º41.54%76.47%-
XYZ32.8827.4819.49-
YUV144.68110.69163.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=44.93%
G=28.80%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512511400.360.420.248.1540.360.59
HexC37D720242A188283d
Octal3031751620445230105075
Binary11000011111110111100100100100101010110001000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D72; }

 p { color: rgb(195,125,114); }

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

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

 a { background-color: rgb(195,125,114); }

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

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

 span { border-color: rgb(195,125,114); }

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