#C18070

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

Shades of Brandy Rose #C18070

Tints of Brandy Rose #C18070

Color information

#C18070 (or 0xC18070) is unknown color: approx Brandy Rose. HEX triplet: C1, 80 and 70. RGB value is (193,128,112). Sum of RGB (Red+Green+Blue) = 193+128+112=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C18070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18070 is #3E7F8F. Grayscale: #919191. Windows color (decimal): -4095888 or 7372993. OLE color: 7372993.

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

Color convert

RGB193128112-
CMYK00.340.420.24
HSL11.85º39.51%59.8%-
HSV(B)11.85º41.97%75.69%-
XYZ32.6427.9519-
YUV145.61109.03161.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=44.57%
G=29.56%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312811200.340.420.2411.8539.5159.8
HexC180700222A18c283c
Octal3012001600425230145074
Binary110000011000000011100000100010101010110001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18070; }

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

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

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

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

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

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

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

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