Html Css Color HEX #C1804F Brandy Punch

📋 copy color: '#C1804F'

red 193 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #C1804F

Tints of Brandy Punch #C1804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 48.25%
G = 32%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1804F (or 0xC1804F) is known color: Brandy Punch. HEX triplet: C1, 80 and 4F. RGB value is (193,128,79). Sum of RGB (Red+Green+Blue) = 193+128+79=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1804F is #3E7FB0. Grayscale: #8E8E8E. Windows color (decimal): -4095921 or 5210305. OLE color: 5210305.

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

Color convert

RGB 193 128 79 -
CMYK 0 0.34 0.59 0.24
HSL 25.79º 0.48% 0.53% -
HSV(B) 25.79º 0.59% 0.76% -
XYZ 31.12 27.34 11.03 -
YUV 141.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 193 128 79 0 0.34 0.59 0.24 25.79 0.48 0.53
Hex C1 80 4F 0 22 3B 18 1A 30 35
Octal 301 200 117 0 42 73 30 32 60 65
Binary 11000001 10000000 1001111 0 100010 111011 11000 11010 110000 110101

Color Harmonies of #C1804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1804F

Black with #C1804F

Text Example


Text Example

White with #C1804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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