#C2877A

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

Shades of Brandy Rose #C2877A

Tints of Brandy Rose #C2877A

Color information

#C2877A (or 0xC2877A) is unknown color: approx Brandy Rose. HEX triplet: C2, 87 and 7A. RGB value is (194,135,122). Sum of RGB (Red+Green+Blue) = 194+135+122=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877A is #3D7885. Grayscale: #979797. Windows color (decimal): -4028550 or 8030146. OLE color: 8030146.

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

Color convert

RGB194135122-
CMYK00.300.370.24
HSL10.83º37.11%61.96%-
HSV(B)10.83º37.11%76.08%-
XYZ34.4230.222.43-
YUV151.16111.55158.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=43.02%
G=29.93%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413512200.300.370.2410.8337.1161.96
HexC2877A01E2518b253e
Octal3022071720364530134576
Binary11000010100001111111010011110100101110001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2877A; }

 p { color: rgb(194,135,122); }

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

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

 a { background-color: rgb(194,135,122); }

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

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

 span { border-color: rgb(194,135,122); }

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