#C58078

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

Shades of Brandy Rose #C58078

Tints of Brandy Rose #C58078

Color information

#C58078 (or 0xC58078) is unknown color: approx Brandy Rose. HEX triplet: C5, 80 and 78. RGB value is (197,128,120). Sum of RGB (Red+Green+Blue) = 197+128+120=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58078 is #3A7F87. Grayscale: #939393. Windows color (decimal): -3833736 or 7897285. OLE color: 7897285.

HSL color Cylindrical-coordinate representation of color #C58078: hue angle of 6.23º degrees, saturation: 0.4, 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 #C58078 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197128120-
CMYK00.350.390.23
HSL6.23º39.9%62.16%-
HSV(B)6.23º39.09%77.25%-
XYZ34.1428.6621.5-
YUV147.72112.36163.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=44.27%
G=28.76%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712812000.350.390.236.2339.962.16
HexC5807802327176283e
Octal305200170043472765076
Binary11000101100000001111000010001110011110111110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58078; }

 p { color: rgb(197,128,120); }

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

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

 a { background-color: rgb(197,128,120); }

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

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

 span { border-color: rgb(197,128,120); }

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