#C37D79

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

Shades of Brandy Rose #C37D79

Tints of Brandy Rose #C37D79

Color information

#C37D79 (or 0xC37D79) is unknown color: approx Brandy Rose. HEX triplet: C3, 7D and 79. RGB value is (195,125,121). Sum of RGB (Red+Green+Blue) = 195+125+121=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D79 is #3C8286. Grayscale: #919191. Windows color (decimal): -3965575 or 7962051. OLE color: 7962051.

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

Color convert

RGB195125121-
CMYK00.360.380.24
HSL3.24º38.14%61.96%-
HSV(B)3.24º37.95%76.47%-
XYZ33.2927.6521.67-
YUV145.47114.19163.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=44.22%
G=28.34%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512512100.360.380.243.2438.1461.96
HexC37D7902426183263e
Octal303175171044463034676
Binary110000111111101111100101001001001101100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D79; }

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

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

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

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

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

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

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

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