#C2836F

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

Shades of Brandy Rose #C2836F

Tints of Brandy Rose #C2836F

Color information

#C2836F (or 0xC2836F) is unknown color: approx Brandy Rose. HEX triplet: C2, 83 and 6F. RGB value is (194,131,111). Sum of RGB (Red+Green+Blue) = 194+131+111=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2836F is #3D7C90. Grayscale: #939393. Windows color (decimal): -4029585 or 7308226. OLE color: 7308226.

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

Color convert

RGB194131111-
CMYK00.320.430.24
HSL14.46º40.49%59.8%-
HSV(B)14.46º42.78%76.08%-
XYZ33.2328.8518.86-
YUV147.56107.37161.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=44.50%
G=30.05%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413111100.320.430.2414.4640.4959.8
HexC2836F0202B18e283c
Octal3022031570405330165074
Binary110000101000001111011110100000101011110001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2836F; }

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

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

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

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

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

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

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

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