#C17F71

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

Shades of Brandy Rose #C17F71

Tints of Brandy Rose #C17F71

Color information

#C17F71 (or 0xC17F71) is unknown color: approx Brandy Rose. HEX triplet: C1, 7F and 71. RGB value is (193,127,113). Sum of RGB (Red+Green+Blue) = 193+127+113=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F71 is #3E808E. Grayscale: #919191. Windows color (decimal): -4096143 or 7438273. OLE color: 7438273.

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

Color convert

RGB193127113-
CMYK00.340.410.24
HSL10.5º39.22%60%-
HSV(B)10.5º41.45%75.69%-
XYZ32.5627.7119.25-
YUV145.14109.87162.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=44.57%
G=29.33%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312711300.340.410.2410.539.2260
HexC17F710222918a273c
Octal3011771610425130124774
Binary11000001111111111100010100010101001110001010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F71; }

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

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

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

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

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

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

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

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