#C2826E

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

Shades of Brandy Rose #C2826E

Tints of Brandy Rose #C2826E

Color information

#C2826E (or 0xC2826E) is unknown color: approx Brandy Rose. HEX triplet: C2, 82 and 6E. RGB value is (194,130,110). Sum of RGB (Red+Green+Blue) = 194+130+110=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826E is #3D7D91. Grayscale: #939393. Windows color (decimal): -4029842 or 7242434. OLE color: 7242434.

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

Color convert

RGB194130110-
CMYK00.330.430.24
HSL14.29º40.78%59.61%-
HSV(B)14.29º43.3%76.08%-
XYZ33.0528.5618.52-
YUV146.86107.2161.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=44.70%
G=29.95%
B=25.35%

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
Decimal19413011000.330.430.2414.2940.7859.61
HexC2826E0212B18e293c
Octal3022021560415330165174
Binary110000101000001011011100100001101011110001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2826E; }

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

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

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

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

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

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

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

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