Html Css Color HEX #C1803D Brandy Punch

📋 copy color: '#C1803D'

red 193 ◦ green 128 ◦ blue 61

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

Shades of Brandy Punch #C1803D

Tints of Brandy Punch #C1803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 50.52%
G = 33.51%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1803D (or 0xC1803D) is known color: Brandy Punch. HEX triplet: C1, 80 and 3D. RGB value is (193,128,61). Sum of RGB (Red+Green+Blue) = 193+128+61=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1803D is #3E7FC2. Grayscale: #8C8C8C. Windows color (decimal): -4095939 or 4030657. OLE color: 4030657.

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

Color convert

RGB 193 128 61 -
CMYK 0 0.34 0.68 0.24
HSL 30.45º 0.52% 0.5% -
HSV(B) 30.45º 0.68% 0.76% -
XYZ 30.55 27.11 8.04 -
YUV 139.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 193 128 61 0 0.34 0.68 0.24 30.45 0.52 0.5
Hex C1 80 3D 0 22 44 18 1E 34 32
Octal 301 200 75 0 42 104 30 36 64 62
Binary 11000001 10000000 111101 0 100010 1000100 11000 11110 110100 110010

Color Harmonies of #C1803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1803D

Black with #C1803D

Text Example


Text Example

White with #C1803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1803D; }

 p { color: rgb(193,128,61); }

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

background-color css

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

 a { background-color: rgb(193,128,61); }

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

border-color css

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

 span { border-color: rgb(193,128,61); }

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