#C3836F

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

Shades of Brandy Rose #C3836F

Tints of Brandy Rose #C3836F

Color information

#C3836F (or 0xC3836F) is unknown color: approx Brandy Rose. HEX triplet: C3, 83 and 6F. RGB value is (195,131,111). Sum of RGB (Red+Green+Blue) = 195+131+111=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3836F is #3C7C90. Grayscale: #949494. Windows color (decimal): -3964049 or 7308227. OLE color: 7308227.

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

Color convert

RGB195131111-
CMYK00.330.430.24
HSL14.29º41.18%60%-
HSV(B)14.29º43.08%76.47%-
XYZ33.4928.9818.87-
YUV147.86107.2161.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=44.62%
G=29.98%
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
Decimal19513111100.330.430.2414.2941.1860
HexC3836F0212B18e293c
Octal3032031570415330165174
Binary110000111000001111011110100001101011110001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3836F; }

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

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

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

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

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

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

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

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