#C2897C

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

Shades of Brandy Rose #C2897C

Tints of Brandy Rose #C2897C

Color information

#C2897C (or 0xC2897C) is unknown color: approx Brandy Rose. HEX triplet: C2, 89 and 7C. RGB value is (194,137,124). Sum of RGB (Red+Green+Blue) = 194+137+124=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2897C is #3D7683. Grayscale: #989898. Windows color (decimal): -4028036 or 8161730. OLE color: 8161730.

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

Color convert

RGB194137124-
CMYK00.290.360.24
HSL11.14º36.46%62.35%-
HSV(B)11.14º36.08%76.08%-
XYZ34.8330.8223.18-
YUV152.56111.88157.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=42.64%
G=30.11%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413712400.290.360.2411.1436.4662.35
HexC2897C01D2418b243e
Octal3022111740354430134476
Binary11000010100010011111100011101100100110001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2897C; }

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

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

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

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

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

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

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

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