#C78372

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

Shades of Brandy Rose #C78372

Tints of Brandy Rose #C78372

Color information

#C78372 (or 0xC78372) is unknown color: approx Brandy Rose. HEX triplet: C7, 83 and 72. RGB value is (199,131,114). Sum of RGB (Red+Green+Blue) = 199+131+114=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C78372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78372 is #387C8D. Grayscale: #959595. Windows color (decimal): -3701902 or 7504839. OLE color: 7504839.

HSL color Cylindrical-coordinate representation of color #C78372: hue angle of 12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78372 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199131114-
CMYK00.340.430.22
HSL12º43.15%61.37%-
HSV(B)12º42.71%78.04%-
XYZ34.7129.5919.8-
YUV149.39108.03163.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=44.82%
G=29.50%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913111400.340.430.221243.1561.37
HexC783720222B16c2b3d
Octal3072031620425326145375
Binary110001111000001111100100100010101011101101100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78372; }

 p { color: rgb(199,131,114); }

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

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

 a { background-color: rgb(199,131,114); }

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

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

 span { border-color: rgb(199,131,114); }

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