Html Css Color HEX #C18247 Brandy Punch

📋 copy color: '#C18247'

red 193 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #C18247

Tints of Brandy Punch #C18247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 48.98%
G = 32.99%
B = 18.02%

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

#C18247 (or 0xC18247) is known color: Brandy Punch. HEX triplet: C1, 82 and 47. RGB value is (193,130,71). Sum of RGB (Red+Green+Blue) = 193+130+71=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C18247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18247 is #3E7DB8. Grayscale: #8E8E8E. Windows color (decimal): -4095417 or 4686529. OLE color: 4686529.

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

Color convert

RGB 193 130 71 -
CMYK 0 0.33 0.63 0.24
HSL 29.02º 0.5% 0.52% -
HSV(B) 29.02º 0.63% 0.76% -
XYZ 31.11 27.76 9.68 -
YUV 142.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 193 130 71 0 0.33 0.63 0.24 29.02 0.5 0.52
Hex C1 82 47 0 21 3F 18 1D 32 34
Octal 301 202 107 0 41 77 30 35 62 64
Binary 11000001 10000010 1000111 0 100001 111111 11000 11101 110010 110100

Color Harmonies of #C18247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18247

Black with #C18247

Text Example


Text Example

White with #C18247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18247; }

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

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

background-color css

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

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

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

border-color css

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

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

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