Html Css Color HEX #C18050 Brandy Punch

📋 copy color: '#C18050'

red 193 ◦ green 128 ◦ blue 80

#C18050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C18050

Tints of Brandy Punch #C18050

RGB

 RED value IS 193 (75.78% from 255) = 48.13%

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 48.13%
G = 31.92%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C18050 (or 0xC18050) is known color: Brandy Punch. HEX triplet: C1, 80 and 50. RGB value is (193,128,80). Sum of RGB (Red+Green+Blue) = 193+128+80=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C18050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18050 is #3E7FAF. Grayscale: #8E8E8E. Windows color (decimal): -4095920 or 5275841. OLE color: 5275841.

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

Color convert

RGB 193 128 80 -
CMYK 0 0.34 0.59 0.24
HSL 25.49º 0.48% 0.54% -
HSV(B) 25.49º 0.59% 0.76% -
XYZ 31.16 27.35 11.23 -
YUV 141.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 193 128 80 0 0.34 0.59 0.24 25.49 0.48 0.54
Hex C1 80 50 0 22 3B 18 19 30 36
Octal 301 200 120 0 42 73 30 31 60 66
Binary 11000001 10000000 1010000 0 100010 111011 11000 11001 110000 110110

Color Harmonies of #C18050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18050

Black with #C18050

Text Example


Text Example

White with #C18050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18050; }

 p { color: rgb(193,128,80); }

 H1.HeaderClassName
 {
   color: #C18050;
 }
 .AnyTagClassName
 {
   color: #C18050;
 }
</style>

background-color css

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

 a { background-color: rgb(193,128,80); }

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

border-color css

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

 span { border-color: rgb(193,128,80); }

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