Html Css Color HEX #C18149 Brandy Punch

📋 copy color: '#C18149'

red 193 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #C18149

Tints of Brandy Punch #C18149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 48.86%
G = 32.66%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C18149 (or 0xC18149) is known color: Brandy Punch. HEX triplet: C1, 81 and 49. RGB value is (193,129,73). Sum of RGB (Red+Green+Blue) = 193+129+73=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18149 is #3E7EB6. Grayscale: #8E8E8E. Windows color (decimal): -4095671 or 4817345. OLE color: 4817345.

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

Color convert

RGB 193 129 73 -
CMYK 0 0.33 0.62 0.24
HSL 28º 0.49% 0.52% -
HSV(B) 28º 0.62% 0.76% -
XYZ 31.05 27.52 9.98 -
YUV 141.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 193 129 73 0 0.33 0.62 0.24 28 0.49 0.52
Hex C1 81 49 0 21 3E 18 1C 31 34
Octal 301 201 111 0 41 76 30 34 61 64
Binary 11000001 10000001 1001001 0 100001 111110 11000 11100 110001 110100

Color Harmonies of #C18149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18149

Black with #C18149

Text Example


Text Example

White with #C18149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18149; }

 p { color: rgb(193,129,73); }

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

background-color css

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

 a { background-color: rgb(193,129,73); }

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

border-color css

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

 span { border-color: rgb(193,129,73); }

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