Html Css Color HEX #C18544 Brandy Punch

📋 copy color: '#C18544'

red 193 ◦ green 133 ◦ blue 68

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

Shades of Brandy Punch #C18544

Tints of Brandy Punch #C18544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 48.98%
G = 33.76%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C18544 (or 0xC18544) is known color: Brandy Punch. HEX triplet: C1, 85 and 44. RGB value is (193,133,68). Sum of RGB (Red+Green+Blue) = 193+133+68=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C18544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18544 is #3E7ABB. Grayscale: #8F8F8F. Windows color (decimal): -4094652 or 4490689. OLE color: 4490689.

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

Color convert

RGB 193 133 68 -
CMYK 0 0.31 0.65 0.24
HSL 31.2º 0.5% 0.51% -
HSV(B) 31.2º 0.65% 0.76% -
XYZ 31.42 28.53 9.32 -
YUV 143.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 193 133 68 0 0.31 0.65 0.24 31.2 0.5 0.51
Hex C1 85 44 0 1F 41 18 1F 32 33
Octal 301 205 104 0 37 101 30 37 62 63
Binary 11000001 10000101 1000100 0 11111 1000001 11000 11111 110010 110011

Color Harmonies of #C18544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18544

Black with #C18544

Text Example


Text Example

White with #C18544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18544; }

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

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

background-color css

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

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

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

border-color css

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

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

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