Html Css Color HEX #C18249 Brandy Punch

📋 copy color: '#C18249'

red 193 ◦ green 130 ◦ blue 73

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

Shades of Brandy Punch #C18249

Tints of Brandy Punch #C18249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 48.74%
G = 32.83%
B = 18.43%

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

#C18249 (or 0xC18249) is known color: Brandy Punch. HEX triplet: C1, 82 and 49. RGB value is (193,130,73). Sum of RGB (Red+Green+Blue) = 193+130+73=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C18249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18249 is #3E7DB6. Grayscale: #8E8E8E. Windows color (decimal): -4095415 or 4817601. OLE color: 4817601.

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

Color convert

RGB 193 130 73 -
CMYK 0 0.33 0.62 0.24
HSL 28.5º 0.49% 0.52% -
HSV(B) 28.5º 0.62% 0.76% -
XYZ 31.18 27.78 10.02 -
YUV 142.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 193 130 73 0 0.33 0.62 0.24 28.5 0.49 0.52
Hex C1 82 49 0 21 3E 18 1C 31 34
Octal 301 202 111 0 41 76 30 34 61 64
Binary 11000001 10000010 1001001 0 100001 111110 11000 11100 110001 110100

Color Harmonies of #C18249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18249

Black with #C18249

Text Example


Text Example

White with #C18249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18249; }

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

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

background-color css

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

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

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

border-color css

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

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

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