Html Css Color HEX #C18245 Brandy Punch

📋 copy color: '#C18245'

red 193 ◦ green 130 ◦ blue 69

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

Shades of Brandy Punch #C18245

Tints of Brandy Punch #C18245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 49.23%
G = 33.16%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C18245 (or 0xC18245) is known color: Brandy Punch. HEX triplet: C1, 82 and 45. RGB value is (193,130,69). Sum of RGB (Red+Green+Blue) = 193+130+69=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C18245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18245 is #3E7DBA. Grayscale: #8E8E8E. Windows color (decimal): -4095419 or 4555457. OLE color: 4555457.

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

Color convert

RGB 193 130 69 -
CMYK 0 0.33 0.64 0.24
HSL 29.52º 0.5% 0.51% -
HSV(B) 29.52º 0.64% 0.76% -
XYZ 31.05 27.73 9.35 -
YUV 141.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 193 130 69 0 0.33 0.64 0.24 29.52 0.5 0.51
Hex C1 82 45 0 21 40 18 1E 32 33
Octal 301 202 105 0 41 100 30 36 62 63
Binary 11000001 10000010 1000101 0 100001 1000000 11000 11110 110010 110011

Color Harmonies of #C18245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18245

Black with #C18245

Text Example


Text Example

White with #C18245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18245; }

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

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

background-color css

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

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

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

border-color css

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

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

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