#C07C76

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

Shades of Brandy Rose #C07C76

Tints of Brandy Rose #C07C76

Color information

#C07C76 (or 0xC07C76) is unknown color: approx Brandy Rose. HEX triplet: C0, 7C and 76. RGB value is (192,124,118). Sum of RGB (Red+Green+Blue) = 192+124+118=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C76 is #3F8389. Grayscale: #8F8F8F. Windows color (decimal): -4162442 or 7765184. OLE color: 7765184.

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

Color convert

RGB192124118-
CMYK00.350.390.25
HSL4.86º37%60.78%-
HSV(B)4.86º38.54%75.29%-
XYZ32.2226.9320.64-
YUV143.65113.53162.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=44.24%
G=28.57%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212411800.350.390.254.863760.78
HexC07C7602327195253d
Octal300174166043473154575
Binary1100000011111001110110010001110011111001101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C76; }

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

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

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

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

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

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

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

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