Html Css Color HEX #C18248 Brandy Punch

📋 copy color: '#C18248'

red 193 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #C18248

Tints of Brandy Punch #C18248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 48.86%
G = 32.91%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C18248 (or 0xC18248) is known color: Brandy Punch. HEX triplet: C1, 82 and 48. RGB value is (193,130,72). Sum of RGB (Red+Green+Blue) = 193+130+72=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18248 is #3E7DB7. Grayscale: #8E8E8E. Windows color (decimal): -4095416 or 4752065. OLE color: 4752065.

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

Color convert

RGB 193 130 72 -
CMYK 0 0.33 0.63 0.24
HSL 28.76º 0.49% 0.52% -
HSV(B) 28.76º 0.63% 0.76% -
XYZ 31.14 27.77 9.85 -
YUV 142.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 193 130 72 0 0.33 0.63 0.24 28.76 0.49 0.52
Hex C1 82 48 0 21 3F 18 1D 31 34
Octal 301 202 110 0 41 77 30 35 61 64
Binary 11000001 10000010 1001000 0 100001 111111 11000 11101 110001 110100

Color Harmonies of #C18248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18248

Black with #C18248

Text Example


Text Example

White with #C18248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18248; }

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

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

background-color css

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

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

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

border-color css

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

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

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