#C2837D

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

Shades of Brandy Rose #C2837D

Tints of Brandy Rose #C2837D

Color information

#C2837D (or 0xC2837D) is unknown color: approx Brandy Rose. HEX triplet: C2, 83 and 7D. RGB value is (194,131,125). Sum of RGB (Red+Green+Blue) = 194+131+125=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2837D is #3D7C82. Grayscale: #959595. Windows color (decimal): -4029571 or 8225730. OLE color: 8225730.

HSL color Cylindrical-coordinate representation of color #C2837D: hue angle of 5.22º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2837D is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194131125-
CMYK00.320.360.24
HSL5.22º36.13%62.55%-
HSV(B)5.22º35.57%76.08%-
XYZ34.0729.1823.24-
YUV149.15114.37159.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=43.11%
G=29.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413112500.320.360.245.2236.1362.55
HexC2837D02024185243f
Octal302203175040443054477
Binary11000010100000111111101010000010010011000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2837D; }

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

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

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

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

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

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

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

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