#C18071

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

Shades of Brandy Rose #C18071

Tints of Brandy Rose #C18071

Color information

#C18071 (or 0xC18071) is unknown color: approx Brandy Rose. HEX triplet: C1, 80 and 71. RGB value is (193,128,113). Sum of RGB (Red+Green+Blue) = 193+128+113=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C18071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18071 is #3E7F8E. Grayscale: #919191. Windows color (decimal): -4095887 or 7438529. OLE color: 7438529.

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

Color convert

RGB193128113-
CMYK00.340.410.24
HSL11.25º39.22%60%-
HSV(B)11.25º41.45%75.69%-
XYZ32.6927.9719.3-
YUV145.72109.53161.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=44.47%
G=29.49%
B=26.04%

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
Decimal19312811300.340.410.2411.2539.2260
HexC180710222918b273c
Octal3012001610425130134774
Binary110000011000000011100010100010101001110001011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18071; }

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

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

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

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

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

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

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

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