#C1847A

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

Shades of Brandy Rose #C1847A

Tints of Brandy Rose #C1847A

Color information

#C1847A (or 0xC1847A) is unknown color: approx Brandy Rose. HEX triplet: C1, 84 and 7A. RGB value is (193,132,122). Sum of RGB (Red+Green+Blue) = 193+132+122=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1847A is #3E7B85. Grayscale: #959595. Windows color (decimal): -4094854 or 8029377. OLE color: 8029377.

HSL color Cylindrical-coordinate representation of color #C1847A: hue angle of 8.45º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1847A is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193132122-
CMYK00.320.370.24
HSL8.45º36.41%61.76%-
HSV(B)8.45º36.79%75.69%-
XYZ33.7629.2522.28-
YUV149.1112.71159.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=43.18%
G=29.53%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313212200.320.370.248.4536.4161.76
HexC1847A02025188243e
Octal3012041720404530104476
Binary110000011000010011110100100000100101110001000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1847A; }

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

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

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

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

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

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

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

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