Html Css Color HEX #C18145 Brandy Punch

📋 copy color: '#C18145'

red 193 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #C18145

Tints of Brandy Punch #C18145

RGB

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

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

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

R = 49.36%
G = 32.99%
B = 17.65%

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

#C18145 (or 0xC18145) is known color: Brandy Punch. HEX triplet: C1, 81 and 45. RGB value is (193,129,69). Sum of RGB (Red+Green+Blue) = 193+129+69=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C18145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18145 is #3E7EBA. Grayscale: #8D8D8D. Windows color (decimal): -4095675 or 4555201. OLE color: 4555201.

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

Color convert

RGB 193 129 69 -
CMYK 0 0.33 0.64 0.24
HSL 29.03º 0.5% 0.51% -
HSV(B) 29.03º 0.64% 0.76% -
XYZ 30.92 27.47 9.3 -
YUV 141.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 193 129 69 0 0.33 0.64 0.24 29.03 0.5 0.51
Hex C1 81 45 0 21 40 18 1D 32 33
Octal 301 201 105 0 41 100 30 35 62 63
Binary 11000001 10000001 1000101 0 100001 1000000 11000 11101 110010 110011

Color Harmonies of #C18145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18145

Black with #C18145

Text Example


Text Example

White with #C18145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18145; }

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

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

background-color css

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

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

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

border-color css

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

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

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