#C07D77

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

Shades of Brandy Rose #C07D77

Tints of Brandy Rose #C07D77

Color information

#C07D77 (or 0xC07D77) is unknown color: approx Brandy Rose. HEX triplet: C0, 7D and 77. RGB value is (192,125,119). Sum of RGB (Red+Green+Blue) = 192+125+119=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D77 is #3F8288. Grayscale: #909090. Windows color (decimal): -4162185 or 7830976. OLE color: 7830976.

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

Color convert

RGB192125119-
CMYK00.350.380.25
HSL4.93º36.68%60.98%-
HSV(B)4.93º38.02%75.29%-
XYZ32.427.2121-
YUV144.35113.7161.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=44.04%
G=28.67%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212511900.350.380.254.9336.6860.98
HexC07D7702326195253d
Octal300175167043463154575
Binary1100000011111011110111010001110011011001101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D77; }

 p { color: rgb(192,125,119); }

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

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

 a { background-color: rgb(192,125,119); }

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

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

 span { border-color: rgb(192,125,119); }

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