#c2887d

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

Shades of Brandy Rose #C2887D

Tints of Brandy Rose #C2887D

Color information

#C2887D (or 0xC2887D) is unknown color: approx Brandy Rose. HEX triplet: C2, 88 and 7D. RGB value is (194,136,125). Sum of RGB (Red+Green+Blue) = 194+136+125=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887D is #3D7782. Grayscale: #989898. Windows color (decimal): -4028291 or 8227010. OLE color: 8227010.

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

Color convert

RGB194136125-
CMYK00.300.360.24
HSL9.57º36.13%62.55%-
HSV(B)9.57º35.57%76.08%-
XYZ34.7530.5623.47-
YUV152.09112.72157.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=42.64%
G=29.89%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413612500.300.360.249.5736.1362.55
HexC2887D01E2418a243f
Octal3022101750364430124477
Binary11000010100010001111101011110100100110001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2887d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2887d; }

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

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

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

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

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

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

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

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