#C2887A

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

Shades of Brandy Rose #C2887A

Tints of Brandy Rose #C2887A

Color information

#C2887A (or 0xC2887A) is unknown color: approx Brandy Rose. HEX triplet: C2, 88 and 7A. RGB value is (194,136,122). Sum of RGB (Red+Green+Blue) = 194+136+122=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887A is #3D7785. Grayscale: #979797. Windows color (decimal): -4028294 or 8030402. OLE color: 8030402.

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

Color convert

RGB194136122-
CMYK00.300.370.24
HSL11.67º37.11%61.96%-
HSV(B)11.67º37.11%76.08%-
XYZ34.5730.4822.47-
YUV151.75111.22158.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=42.92%
G=30.09%
B=26.99%

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
Decimal19413612200.300.370.2411.6737.1161.96
HexC2887A01E2518c253e
Octal3022101720364530144576
Binary11000010100010001111010011110100101110001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2887A; }

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

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

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

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

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

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

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

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