#C07F73

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

Shades of Brandy Rose #C07F73

Tints of Brandy Rose #C07F73

Color information

#C07F73 (or 0xC07F73) is unknown color: approx Brandy Rose. HEX triplet: C0, 7F and 73. RGB value is (192,127,115). Sum of RGB (Red+Green+Blue) = 192+127+115=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F73 is #3F808C. Grayscale: #919191. Windows color (decimal): -4161677 or 7569344. OLE color: 7569344.

HSL color Cylindrical-coordinate representation of color #C07F73: hue angle of 9.35º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07F73 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192127115-
CMYK00.340.400.25
HSL9.35º37.93%60.2%-
HSV(B)9.35º40.1%75.29%-
XYZ32.4227.6219.84-
YUV145.07111.03161.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=44.24%
G=29.26%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212711500.340.400.259.3537.9360.2
HexC07F7302228199263c
Octal3001771630425031114674
Binary11000000111111111100110100010101000110011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F73; }

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

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

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

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

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

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

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

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