Html Css Color HEX #C18144 Brandy Punch

📋 copy color: '#C18144'

red 193 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #C18144

Tints of Brandy Punch #C18144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 49.49%
G = 33.08%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C18144 (or 0xC18144) is known color: Brandy Punch. HEX triplet: C1, 81 and 44. RGB value is (193,129,68). Sum of RGB (Red+Green+Blue) = 193+129+68=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C18144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18144 is #3E7EBB. Grayscale: #8D8D8D. Windows color (decimal): -4095676 or 4489665. OLE color: 4489665.

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

Color convert

RGB 193 129 68 -
CMYK 0 0.33 0.65 0.24
HSL 29.28º 0.5% 0.51% -
HSV(B) 29.28º 0.65% 0.76% -
XYZ 30.89 27.46 9.14 -
YUV 141.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 193 129 68 0 0.33 0.65 0.24 29.28 0.5 0.51
Hex C1 81 44 0 21 41 18 1D 32 33
Octal 301 201 104 0 41 101 30 35 62 63
Binary 11000001 10000001 1000100 0 100001 1000001 11000 11101 110010 110011

Color Harmonies of #C18144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18144

Black with #C18144

Text Example


Text Example

White with #C18144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18144; }

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

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

background-color css

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

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

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

border-color css

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

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

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