#C17D71

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

Shades of Brandy Rose #C17D71

Tints of Brandy Rose #C17D71

Color information

#C17D71 (or 0xC17D71) is unknown color: approx Brandy Rose. HEX triplet: C1, 7D and 71. RGB value is (193,125,113). Sum of RGB (Red+Green+Blue) = 193+125+113=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D71 is #3E828E. Grayscale: #909090. Windows color (decimal): -4096655 or 7437761. OLE color: 7437761.

HSL color Cylindrical-coordinate representation of color #C17D71: hue angle of 9º 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 #C17D71 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB193125113-
CMYK00.350.410.24
HSL39.22%60%-
HSV(B)41.45%75.69%-
XYZ32.3127.219.17-
YUV143.96110.53162.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=44.78%
G=29.00%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312511300.350.410.24939.2260
HexC17D7102329189273c
Octal3011751610435130114774
Binary11000001111110111100010100011101001110001001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D71; }

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

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

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

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

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

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

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

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