#C18470

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

Shades of Brandy Rose #C18470

Tints of Brandy Rose #C18470

Color information

#C18470 (or 0xC18470) is unknown color: approx Brandy Rose. HEX triplet: C1, 84 and 70. RGB value is (193,132,112). Sum of RGB (Red+Green+Blue) = 193+132+112=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C18470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18470 is #3E7B8F. Grayscale: #949494. Windows color (decimal): -4094864 or 7374017. OLE color: 7374017.

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

Color convert

RGB193132112-
CMYK00.320.420.24
HSL14.81º39.51%59.8%-
HSV(B)14.81º41.97%75.69%-
XYZ33.1729.0119.18-
YUV147.96107.71160.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=44.16%
G=30.21%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313211200.320.420.2414.8139.5159.8
HexC184700202A18f283c
Octal3012041600405230175074
Binary110000011000010011100000100000101010110001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18470; }

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

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

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

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

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

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

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

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