Html Css Color HEX #C18147 Brandy Punch

📋 copy color: '#C18147'

red 193 ◦ green 129 ◦ blue 71

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

Shades of Brandy Punch #C18147

Tints of Brandy Punch #C18147

RGB

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

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

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

R = 49.11%
G = 32.82%
B = 18.07%

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

#C18147 (or 0xC18147) is known color: Brandy Punch. HEX triplet: C1, 81 and 47. RGB value is (193,129,71). Sum of RGB (Red+Green+Blue) = 193+129+71=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18147 is #3E7EB8. Grayscale: #8D8D8D. Windows color (decimal): -4095673 or 4686273. OLE color: 4686273.

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

Color convert

RGB 193 129 71 -
CMYK 0 0.33 0.63 0.24
HSL 28.52º 0.5% 0.52% -
HSV(B) 28.52º 0.63% 0.76% -
XYZ 30.98 27.49 9.64 -
YUV 141.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 193 129 71 0 0.33 0.63 0.24 28.52 0.5 0.52
Hex C1 81 47 0 21 3F 18 1D 32 34
Octal 301 201 107 0 41 77 30 35 62 64
Binary 11000001 10000001 1000111 0 100001 111111 11000 11101 110010 110100

Color Harmonies of #C18147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18147

Black with #C18147

Text Example


Text Example

White with #C18147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18147; }

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

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

background-color css

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

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

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

border-color css

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

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

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