#C18174

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

Shades of Brandy Rose #C18174

Tints of Brandy Rose #C18174

Color information

#C18174 (or 0xC18174) is unknown color: approx Brandy Rose. HEX triplet: C1, 81 and 74. RGB value is (193,129,116). Sum of RGB (Red+Green+Blue) = 193+129+116=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C18174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18174 is #3E7E8B. Grayscale: #929292. Windows color (decimal): -4095628 or 7635393. OLE color: 7635393.

HSL color Cylindrical-coordinate representation of color #C18174: hue angle of 10.13º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18174 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193129116-
CMYK00.330.400.24
HSL10.13º38.31%60.59%-
HSV(B)10.13º39.9%75.69%-
XYZ32.9928.320.25-
YUV146.65110.7161.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=44.06%
G=29.45%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312911600.330.400.2410.1338.3160.59
HexC181740212818a263d
Octal3012011640415030124675
Binary110000011000000111101000100001101000110001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18174; }

 p { color: rgb(193,129,116); }

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

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

 a { background-color: rgb(193,129,116); }

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

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

 span { border-color: rgb(193,129,116); }

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