#C58176

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

Shades of Brandy Rose #C58176

Tints of Brandy Rose #C58176

Color information

#C58176 (or 0xC58176) is unknown color: approx Brandy Rose. HEX triplet: C5, 81 and 76. RGB value is (197,129,118). Sum of RGB (Red+Green+Blue) = 197+129+118=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C58176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58176 is #3A7E89. Grayscale: #949494. Windows color (decimal): -3833482 or 7766469. OLE color: 7766469.

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

Color convert

RGB197129118-
CMYK00.350.400.23
HSL8.35º40.51%61.76%-
HSV(B)8.35º40.1%77.25%-
XYZ34.1528.8820.91-
YUV148.08111.03162.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=44.37%
G=29.05%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712911800.350.400.238.3540.5161.76
HexC5817602328178293e
Octal3052011660435027105176
Binary110001011000000111101100100011101000101111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58176; }

 p { color: rgb(197,129,118); }

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

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

 a { background-color: rgb(197,129,118); }

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

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

 span { border-color: rgb(197,129,118); }

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