#C07C71

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

Shades of Brandy Rose #C07C71

Tints of Brandy Rose #C07C71

Color information

#C07C71 (or 0xC07C71) is unknown color: approx Brandy Rose. HEX triplet: C0, 7C and 71. RGB value is (192,124,113). Sum of RGB (Red+Green+Blue) = 192+124+113=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C71 is #3F838E. Grayscale: #8F8F8F. Windows color (decimal): -4162447 or 7437504. OLE color: 7437504.

HSL color Cylindrical-coordinate representation of color #C07C71: hue angle of 8.35º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07C71 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192124113-
CMYK00.350.410.25
HSL8.35º38.54%59.8%-
HSV(B)8.35º41.15%75.29%-
XYZ31.9326.8119.12-
YUV143.08111.03162.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=44.76%
G=28.90%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212411300.350.410.258.3538.5459.8
HexC07C7102329198273c
Octal3001741610435131104774
Binary11000000111110011100010100011101001110011000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C71; }

 p { color: rgb(192,124,113); }

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

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

 a { background-color: rgb(192,124,113); }

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

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

 span { border-color: rgb(192,124,113); }

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