Html Css Color HEX #C1824E Brandy Punch

📋 copy color: '#C1824E'

red 193 ◦ green 130 ◦ blue 78

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

Shades of Brandy Punch #C1824E

Tints of Brandy Punch #C1824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 48.13%
G = 32.42%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1824E (or 0xC1824E) is known color: Brandy Punch. HEX triplet: C1, 82 and 4E. RGB value is (193,130,78). Sum of RGB (Red+Green+Blue) = 193+130+78=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1824E is #3E7DB1. Grayscale: #8F8F8F. Windows color (decimal): -4095410 or 5145281. OLE color: 5145281.

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

Color convert

RGB 193 130 78 -
CMYK 0 0.33 0.60 0.24
HSL 27.13º 0.48% 0.53% -
HSV(B) 27.13º 0.6% 0.76% -
XYZ 31.35 27.85 10.93 -
YUV 142.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 193 130 78 0 0.33 0.60 0.24 27.13 0.48 0.53
Hex C1 82 4E 0 21 3C 18 1B 30 35
Octal 301 202 116 0 41 74 30 33 60 65
Binary 11000001 10000010 1001110 0 100001 111100 11000 11011 110000 110101

Color Harmonies of #C1824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1824E

Black with #C1824E

Text Example


Text Example

White with #C1824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1824E; }

 p { color: rgb(193,130,78); }

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

background-color css

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

 a { background-color: rgb(193,130,78); }

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

border-color css

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

 span { border-color: rgb(193,130,78); }

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