#C58170

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

Shades of Brandy Rose #C58170

Tints of Brandy Rose #C58170

Color information

#C58170 (or 0xC58170) is unknown color: approx Brandy Rose. HEX triplet: C5, 81 and 70. RGB value is (197,129,112). Sum of RGB (Red+Green+Blue) = 197+129+112=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C58170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58170 is #3A7E8F. Grayscale: #939393. Windows color (decimal): -3833488 or 7373253. OLE color: 7373253.

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

Color convert

RGB197129112-
CMYK00.350.430.23
HSL12º42.29%60.59%-
HSV(B)12º43.15%77.25%-
XYZ33.828.7419.1-
YUV147.39108.03163.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=44.98%
G=29.45%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712911200.350.430.231242.2960.59
HexC581700232B17c2a3d
Octal3052011600435327145275
Binary110001011000000111100000100011101011101111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58170; }

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

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

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

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

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

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

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

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