Html Css Color HEX #C18545 Brandy Punch

📋 copy color: '#C18545'

red 193 ◦ green 133 ◦ blue 69

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

Shades of Brandy Punch #C18545

Tints of Brandy Punch #C18545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 48.86%
G = 33.67%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C18545 (or 0xC18545) is known color: Brandy Punch. HEX triplet: C1, 85 and 45. RGB value is (193,133,69). Sum of RGB (Red+Green+Blue) = 193+133+69=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18545 is #3E7ABA. Grayscale: #8F8F8F. Windows color (decimal): -4094651 or 4556225. OLE color: 4556225.

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

Color convert

RGB 193 133 69 -
CMYK 0 0.31 0.64 0.24
HSL 30.97º 0.5% 0.51% -
HSV(B) 30.97º 0.64% 0.76% -
XYZ 31.45 28.54 9.48 -
YUV 143.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 193 133 69 0 0.31 0.64 0.24 30.97 0.5 0.51
Hex C1 85 45 0 1F 40 18 1F 32 33
Octal 301 205 105 0 37 100 30 37 62 63
Binary 11000001 10000101 1000101 0 11111 1000000 11000 11111 110010 110011

Color Harmonies of #C18545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18545

Black with #C18545

Text Example


Text Example

White with #C18545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18545; }

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

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

background-color css

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

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

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

border-color css

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

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

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