Html Css Color HEX #C18148 Brandy Punch

📋 copy color: '#C18148'

red 193 ◦ green 129 ◦ blue 72

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

Shades of Brandy Punch #C18148

Tints of Brandy Punch #C18148

RGB

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

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

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

R = 48.98%
G = 32.74%
B = 18.27%

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

#C18148 (or 0xC18148) is known color: Brandy Punch. HEX triplet: C1, 81 and 48. RGB value is (193,129,72). Sum of RGB (Red+Green+Blue) = 193+129+72=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C18148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18148 is #3E7EB7. Grayscale: #8D8D8D. Windows color (decimal): -4095672 or 4751809. OLE color: 4751809.

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

Color convert

RGB 193 129 72 -
CMYK 0 0.33 0.63 0.24
HSL 28.26º 0.49% 0.52% -
HSV(B) 28.26º 0.63% 0.76% -
XYZ 31.01 27.51 9.81 -
YUV 141.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 193 129 72 0 0.33 0.63 0.24 28.26 0.49 0.52
Hex C1 81 48 0 21 3F 18 1C 31 34
Octal 301 201 110 0 41 77 30 34 61 64
Binary 11000001 10000001 1001000 0 100001 111111 11000 11100 110001 110100

Color Harmonies of #C18148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18148

Black with #C18148

Text Example


Text Example

White with #C18148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18148; }

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

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

background-color css

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

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

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

border-color css

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

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

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