#C47C78

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

Shades of Brandy Rose #C47C78

Tints of Brandy Rose #C47C78

Color information

#C47C78 (or 0xC47C78) is unknown color: approx Brandy Rose. HEX triplet: C4, 7C and 78. RGB value is (196,124,120). Sum of RGB (Red+Green+Blue) = 196+124+120=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C78 is #3B8387. Grayscale: #919191. Windows color (decimal): -3900296 or 7896260. OLE color: 7896260.

HSL color Cylindrical-coordinate representation of color #C47C78: hue angle of 3.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47C78 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196124120-
CMYK00.370.390.23
HSL3.16º39.18%61.96%-
HSV(B)3.16º38.78%76.86%-
XYZ33.3627.5121.32-
YUV145.07113.85164.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=44.55%
G=28.18%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612412000.370.390.233.1639.1861.96
HexC47C7802527173273e
Octal304174170045472734776
Binary110001001111100111100001001011001111011111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C78; }

 p { color: rgb(196,124,120); }

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

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

 a { background-color: rgb(196,124,120); }

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

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

 span { border-color: rgb(196,124,120); }

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