#C18072

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

Shades of Brandy Rose #C18072

Tints of Brandy Rose #C18072

Color information

#C18072 (or 0xC18072) is unknown color: approx Brandy Rose. HEX triplet: C1, 80 and 72. RGB value is (193,128,114). Sum of RGB (Red+Green+Blue) = 193+128+114=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C18072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18072 is #3E7F8D. Grayscale: #919191. Windows color (decimal): -4095886 or 7504065. OLE color: 7504065.

HSL color Cylindrical-coordinate representation of color #C18072: hue angle of 10.63º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18072 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB193128114-
CMYK00.340.410.24
HSL10.63º38.92%60.2%-
HSV(B)10.63º40.93%75.69%-
XYZ32.7527.9919.6-
YUV145.84110.03161.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=44.37%
G=29.43%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312811400.340.410.2410.6338.9260.2
HexC180720222918b273c
Octal3012001620425130134774
Binary110000011000000011100100100010101001110001011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18072; }

 p { color: rgb(193,128,114); }

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

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

 a { background-color: rgb(193,128,114); }

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

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

 span { border-color: rgb(193,128,114); }

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