#C78378

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

Shades of Brandy Rose #C78378

Tints of Brandy Rose #C78378

Color information

#C78378 (or 0xC78378) is unknown color: approx Brandy Rose. HEX triplet: C7, 83 and 78. RGB value is (199,131,120). Sum of RGB (Red+Green+Blue) = 199+131+120=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C78378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78378 is #387C87. Grayscale: #969696. Windows color (decimal): -3701896 or 7898055. OLE color: 7898055.

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

Color convert

RGB199131120-
CMYK00.340.400.22
HSL8.35º41.36%62.55%-
HSV(B)8.35º39.7%78.04%-
XYZ35.0629.7321.66-
YUV150.08111.03162.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=44.22%
G=29.11%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913112000.340.400.228.3541.3662.55
HexC7837802228168293f
Octal3072031700425026105177
Binary110001111000001111110000100010101000101101000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78378; }

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

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

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

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

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

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

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

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