#C58172

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

Shades of Brandy Rose #C58172

Tints of Brandy Rose #C58172

Color information

#C58172 (or 0xC58172) is unknown color: approx Brandy Rose. HEX triplet: C5, 81 and 72. RGB value is (197,129,114). Sum of RGB (Red+Green+Blue) = 197+129+114=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C58172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58172 is #3A7E8D. Grayscale: #939393. Windows color (decimal): -3833486 or 7504325. OLE color: 7504325.

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

Color convert

RGB197129114-
CMYK00.350.420.23
HSL10.84º41.71%60.98%-
HSV(B)10.84º42.13%77.25%-
XYZ33.9128.7919.69-
YUV147.62109.03163.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=44.77%
G=29.32%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712911400.350.420.2310.8441.7160.98
HexC581720232A17b2a3d
Octal3052011620435227135275
Binary110001011000000111100100100011101010101111011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58172; }

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

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

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

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

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

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

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

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