Html Css Color HEX #C18150 Brandy Punch

📋 copy color: '#C18150'

red 193 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #C18150

Tints of Brandy Punch #C18150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 48.01%
G = 32.09%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C18150 (or 0xC18150) is known color: Brandy Punch. HEX triplet: C1, 81 and 50. RGB value is (193,129,80). Sum of RGB (Red+Green+Blue) = 193+129+80=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C18150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18150 is #3E7EAF. Grayscale: #8E8E8E. Windows color (decimal): -4095664 or 5276097. OLE color: 5276097.

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

Color convert

RGB 193 129 80 -
CMYK 0 0.33 0.59 0.24
HSL 26.02º 0.48% 0.54% -
HSV(B) 26.02º 0.59% 0.76% -
XYZ 31.29 27.62 11.27 -
YUV 142.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 193 129 80 0 0.33 0.59 0.24 26.02 0.48 0.54
Hex C1 81 50 0 21 3B 18 1A 30 36
Octal 301 201 120 0 41 73 30 32 60 66
Binary 11000001 10000001 1010000 0 100001 111011 11000 11010 110000 110110

Color Harmonies of #C18150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18150

Black with #C18150

Text Example


Text Example

White with #C18150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18150; }

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

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

background-color css

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

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

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

border-color css

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

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

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