#C18870

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

Shades of Brandy Rose #C18870

Tints of Brandy Rose #C18870

Color information

#C18870 (or 0xC18870) is unknown color: approx Brandy Rose. HEX triplet: C1, 88 and 70. RGB value is (193,136,112). Sum of RGB (Red+Green+Blue) = 193+136+112=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C18870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18870 is #3E778F. Grayscale: #969696. Windows color (decimal): -4093840 or 7375041. OLE color: 7375041.

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

Color convert

RGB193136112-
CMYK00.300.420.24
HSL17.78º39.51%59.8%-
HSV(B)17.78º41.97%75.69%-
XYZ33.7230.1219.36-
YUV150.31106.38158.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=43.76%
G=30.84%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313611200.300.420.2417.7839.5159.8
HexC1887001E2A1812283c
Octal3012101600365230225074
Binary110000011000100011100000111101010101100010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18870; }

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

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

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

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

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

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

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

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