#C1826E

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

Shades of Brandy Rose #C1826E

Tints of Brandy Rose #C1826E

Color information

#C1826E (or 0xC1826E) is unknown color: approx Brandy Rose. HEX triplet: C1, 82 and 6E. RGB value is (193,130,110). Sum of RGB (Red+Green+Blue) = 193+130+110=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1826E is #3E7D91. Grayscale: #929292. Windows color (decimal): -4095378 or 7242433. OLE color: 7242433.

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

Color convert

RGB193130110-
CMYK00.330.430.24
HSL14.46º40.1%59.41%-
HSV(B)14.46º43.01%75.69%-
XYZ32.7928.4318.51-
YUV146.56107.37161.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=44.57%
G=30.02%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313011000.330.430.2414.4640.159.41
HexC1826E0212B18e283b
Octal3012021560415330165073
Binary110000011000001011011100100001101011110001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1826E; }

 p { color: rgb(193,130,110); }

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

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

 a { background-color: rgb(193,130,110); }

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

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

 span { border-color: rgb(193,130,110); }

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