Html Css Color HEX #C18345 Brandy Punch

📋 copy color: '#C18345'

red 193 ◦ green 131 ◦ blue 69

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

Shades of Brandy Punch #C18345

Tints of Brandy Punch #C18345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 49.11%
G = 33.33%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C18345 (or 0xC18345) is known color: Brandy Punch. HEX triplet: C1, 83 and 45. RGB value is (193,131,69). Sum of RGB (Red+Green+Blue) = 193+131+69=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18345 is #3E7CBA. Grayscale: #8E8E8E. Windows color (decimal): -4095163 or 4555713. OLE color: 4555713.

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

Color convert

RGB 193 131 69 -
CMYK 0 0.32 0.64 0.24
HSL 30º 0.5% 0.51% -
HSV(B) 30º 0.64% 0.76% -
XYZ 31.18 28 9.39 -
YUV 142.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 193 131 69 0 0.32 0.64 0.24 30 0.5 0.51
Hex C1 83 45 0 20 40 18 1E 32 33
Octal 301 203 105 0 40 100 30 36 62 63
Binary 11000001 10000011 1000101 0 100000 1000000 11000 11110 110010 110011

Color Harmonies of #C18345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18345

Black with #C18345

Text Example


Text Example

White with #C18345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18345; }

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

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

background-color css

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

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

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

border-color css

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

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

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