#C17B4B

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

Shades of Brandy Punch #C17B4B

Tints of Brandy Punch #C17B4B

Color information

#C17B4B (or 0xC17B4B) is unknown color: approx Brandy Punch. HEX triplet: C1, 7B and 4B. RGB value is (193,123,75). Sum of RGB (Red+Green+Blue) = 193+123+75=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B4B is #3E84B4. Grayscale: #8A8A8A. Windows color (decimal): -4097205 or 4946881. OLE color: 4946881.

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

Color convert

RGB19312375-
CMYK00.360.610.24
HSL24.41º48.76%52.55%-
HSV(B)24.41º61.14%75.69%-
XYZ30.3526.0110.08-
YUV138.4692.19166.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 75 (29.69% from 255) = 19.18%
R=49.36%
G=31.46%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931237500.360.610.2424.4148.7652.55
HexC17B4B0243D18183135
Octal3011731130447530306165
Binary110000011111011100101101001001111011100011000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17B4B; }

 p { color: rgb(193,123,75); }

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

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

 a { background-color: rgb(193,123,75); }

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

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

 span { border-color: rgb(193,123,75); }

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