#C1806D

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

Shades of Brandy Rose #C1806D

Tints of Brandy Rose #C1806D

Color information

#C1806D (or 0xC1806D) is unknown color: approx Brandy Rose. HEX triplet: C1, 80 and 6D. RGB value is (193,128,109). Sum of RGB (Red+Green+Blue) = 193+128+109=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1806D is #3E7F92. Grayscale: #919191. Windows color (decimal): -4095891 or 7176385. OLE color: 7176385.

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

Color convert

RGB193128109-
CMYK00.340.440.24
HSL13.57º40.38%59.22%-
HSV(B)13.57º43.52%75.69%-
XYZ32.4727.8818.14-
YUV145.27107.53162.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=44.88%
G=29.77%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312810900.340.440.2413.5740.3859.22
HexC1806D0222C18e283b
Octal3012001550425430165073
Binary110000011000000011011010100010101100110001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1806D; }

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

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

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

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

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

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

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

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