#C07F76

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

Shades of Brandy Rose #C07F76

Tints of Brandy Rose #C07F76

Color information

#C07F76 (or 0xC07F76) is unknown color: approx Brandy Rose. HEX triplet: C0, 7F and 76. RGB value is (192,127,118). Sum of RGB (Red+Green+Blue) = 192+127+118=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F76 is #3F8089. Grayscale: #919191. Windows color (decimal): -4161674 or 7765952. OLE color: 7765952.

HSL color Cylindrical-coordinate representation of color #C07F76: hue angle of 7.3º 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 #C07F76 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB192127118-
CMYK00.340.390.25
HSL7.3º37%60.78%-
HSV(B)7.3º38.54%75.29%-
XYZ32.627.6920.77-
YUV145.41112.53161.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=43.94%
G=29.06%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212711800.340.390.257.33760.78
HexC07F7602227197253d
Octal300177166042473174575
Binary1100000011111111110110010001010011111001111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F76; }

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

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

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

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

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

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

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

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