#C3826F

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

Shades of Brandy Rose #C3826F

Tints of Brandy Rose #C3826F

Color information

#C3826F (or 0xC3826F) is unknown color: approx Brandy Rose. HEX triplet: C3, 82 and 6F. RGB value is (195,130,111). Sum of RGB (Red+Green+Blue) = 195+130+111=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826F is #3C7D90. Grayscale: #939393. Windows color (decimal): -3964305 or 7307971. OLE color: 7307971.

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

Color convert

RGB195130111-
CMYK00.330.430.24
HSL13.57º41.18%60%-
HSV(B)13.57º43.08%76.47%-
XYZ33.3628.7218.82-
YUV147.27107.53162.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=44.72%
G=29.82%
B=25.46%

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
Decimal19513011100.330.430.2413.5741.1860
HexC3826F0212B18e293c
Octal3032021570415330165174
Binary110000111000001011011110100001101011110001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3826F; }

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

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

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

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

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

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

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

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