#C2826F

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

Shades of Brandy Rose #C2826F

Tints of Brandy Rose #C2826F

Color information

#C2826F (or 0xC2826F) is unknown color: approx Brandy Rose. HEX triplet: C2, 82 and 6F. RGB value is (194,130,111). Sum of RGB (Red+Green+Blue) = 194+130+111=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826F is #3D7D90. Grayscale: #939393. Windows color (decimal): -4029841 or 7307970. OLE color: 7307970.

HSL color Cylindrical-coordinate representation of color #C2826F: hue angle of 13.73º degrees, saturation: 0.4, 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 #C2826F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194130111-
CMYK00.330.430.24
HSL13.73º40.49%59.8%-
HSV(B)13.73º42.78%76.08%-
XYZ33.128.5818.81-
YUV146.97107.7161.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=44.60%
G=29.89%
B=25.52%

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
Decimal19413011100.330.430.2413.7340.4959.8
HexC2826F0212B18e283c
Octal3022021570415330165074
Binary110000101000001011011110100001101011110001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2826F; }

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

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

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

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

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

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

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

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