#C17F77

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

Shades of Brandy Rose #C17F77

Tints of Brandy Rose #C17F77

Color information

#C17F77 (or 0xC17F77) is unknown color: approx Brandy Rose. HEX triplet: C1, 7F and 77. RGB value is (193,127,119). Sum of RGB (Red+Green+Blue) = 193+127+119=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F77 is #3E8088. Grayscale: #919191. Windows color (decimal): -4096137 or 7831489. OLE color: 7831489.

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

Color convert

RGB193127119-
CMYK00.340.380.24
HSL6.49º37.37%61.18%-
HSV(B)6.49º38.34%75.69%-
XYZ32.9127.8521.09-
YUV145.82112.87161.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=43.96%
G=28.93%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312711900.340.380.246.4937.3761.18
HexC17F7702226186253d
Octal301177167042463064575
Binary1100000111111111110111010001010011011000110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F77; }

 p { color: rgb(193,127,119); }

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

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

 a { background-color: rgb(193,127,119); }

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

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

 span { border-color: rgb(193,127,119); }

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