#C37E70

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

Shades of Brandy Rose #C37E70

Tints of Brandy Rose #C37E70

Color information

#C37E70 (or 0xC37E70) is unknown color: approx Brandy Rose. HEX triplet: C3, 7E and 70. RGB value is (195,126,112). Sum of RGB (Red+Green+Blue) = 195+126+112=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E70 is #3C818F. Grayscale: #919191. Windows color (decimal): -3965328 or 7372483. OLE color: 7372483.

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

Color convert

RGB195126112-
CMYK00.350.430.24
HSL10.12º40.89%60.2%-
HSV(B)10.12º42.56%76.47%-
XYZ32.8927.6918.94-
YUV145.04109.36163.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=45.03%
G=29.10%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512611200.350.430.2410.1240.8960.2
HexC37E700232B18a293c
Octal3031761600435330125174
Binary11000011111111011100000100011101011110001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37E70; }

 p { color: rgb(195,126,112); }

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

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

 a { background-color: rgb(195,126,112); }

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

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

 span { border-color: rgb(195,126,112); }

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