Html Css Color HEX #C18140 Brandy Punch

📋 copy color: '#C18140'

red 193 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #C18140

Tints of Brandy Punch #C18140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 50%
G = 33.42%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C18140 (or 0xC18140) is known color: Brandy Punch. HEX triplet: C1, 81 and 40. RGB value is (193,129,64). Sum of RGB (Red+Green+Blue) = 193+129+64=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C18140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18140 is #3E7EBF. Grayscale: #8D8D8D. Windows color (decimal): -4095680 or 4227521. OLE color: 4227521.

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

Color convert

RGB 193 129 64 -
CMYK 0 0.33 0.67 0.24
HSL 30.23º 0.51% 0.5% -
HSV(B) 30.23º 0.67% 0.76% -
XYZ 30.77 27.41 8.52 -
YUV 140.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 193 129 64 0 0.33 0.67 0.24 30.23 0.51 0.5
Hex C1 81 40 0 21 43 18 1E 33 32
Octal 301 201 100 0 41 103 30 36 63 62
Binary 11000001 10000001 1000000 0 100001 1000011 11000 11110 110011 110010

Color Harmonies of #C18140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18140

Black with #C18140

Text Example


Text Example

White with #C18140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18140; }

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

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

background-color css

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

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

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

border-color css

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

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

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