#C2877C

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

Shades of Brandy Rose #C2877C

Tints of Brandy Rose #C2877C

Color information

#C2877C (or 0xC2877C) is unknown color: approx Brandy Rose. HEX triplet: C2, 87 and 7C. RGB value is (194,135,124). Sum of RGB (Red+Green+Blue) = 194+135+124=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877C is #3D7883. Grayscale: #979797. Windows color (decimal): -4028548 or 8161218. OLE color: 8161218.

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

Color convert

RGB194135124-
CMYK00.300.360.24
HSL9.43º36.46%62.35%-
HSV(B)9.43º36.08%76.08%-
XYZ34.5530.2523.09-
YUV151.39112.55158.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=42.83%
G=29.80%
B=27.37%

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
Decimal19413512400.300.360.249.4336.4662.35
HexC2877C01E24189243e
Octal3022071740364430114476
Binary11000010100001111111100011110100100110001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2877C; }

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

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

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

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

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

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

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

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