#C17F4F

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

Shades of Brandy Punch #C17F4F

Tints of Brandy Punch #C17F4F

Color information

#C17F4F (or 0xC17F4F) is unknown color: approx Brandy Punch. HEX triplet: C1, 7F and 4F. RGB value is (193,127,79). Sum of RGB (Red+Green+Blue) = 193+127+79=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F4F is #3E80B0. Grayscale: #8D8D8D. Windows color (decimal): -4096177 or 5210049. OLE color: 5210049.

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

Color convert

RGB19312779-
CMYK00.340.590.24
HSL25.26º47.9%53.33%-
HSV(B)25.26º59.07%75.69%-
XYZ30.9927.0810.99-
YUV141.2692.87164.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=48.37%
G=31.83%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931277900.340.590.2425.2647.953.33
HexC17F4F0223B18193035
Octal3011771170427330316065
Binary110000011111111100111101000101110111100011001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F4F; }

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

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

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

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

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

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

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

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