#C18371

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

Shades of Brandy Rose #C18371

Tints of Brandy Rose #C18371

Color information

#C18371 (or 0xC18371) is unknown color: approx Brandy Rose. HEX triplet: C1, 83 and 71. RGB value is (193,131,113). Sum of RGB (Red+Green+Blue) = 193+131+113=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C18371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18371 is #3E7C8E. Grayscale: #939393. Windows color (decimal): -4095119 or 7439297. OLE color: 7439297.

HSL color Cylindrical-coordinate representation of color #C18371: hue angle of 13.5º 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 #C18371 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB193131113-
CMYK00.320.410.24
HSL13.5º39.22%60%-
HSV(B)13.5º41.45%75.69%-
XYZ33.0928.7619.43-
YUV147.49108.54160.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=44.16%
G=29.98%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313111300.320.410.2413.539.2260
HexC183710202918e273c
Octal3012031610405130164774
Binary110000011000001111100010100000101001110001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18371; }

 p { color: rgb(193,131,113); }

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

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

 a { background-color: rgb(193,131,113); }

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

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

 span { border-color: rgb(193,131,113); }

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