Html Css Color HEX #C1824A Brandy Punch

📋 copy color: '#C1824A'

red 193 ◦ green 130 ◦ blue 74

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

Shades of Brandy Punch #C1824A

Tints of Brandy Punch #C1824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 48.61%
G = 32.75%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1824A (or 0xC1824A) is known color: Brandy Punch. HEX triplet: C1, 82 and 4A. RGB value is (193,130,74). Sum of RGB (Red+Green+Blue) = 193+130+74=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1824A is #3E7DB5. Grayscale: #8E8E8E. Windows color (decimal): -4095414 or 4883137. OLE color: 4883137.

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

Color convert

RGB 193 130 74 -
CMYK 0 0.33 0.62 0.24
HSL 28.24º 0.49% 0.52% -
HSV(B) 28.24º 0.62% 0.76% -
XYZ 31.21 27.8 10.2 -
YUV 142.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 193 130 74 0 0.33 0.62 0.24 28.24 0.49 0.52
Hex C1 82 4A 0 21 3E 18 1C 31 34
Octal 301 202 112 0 41 76 30 34 61 64
Binary 11000001 10000010 1001010 0 100001 111110 11000 11100 110001 110100

Color Harmonies of #C1824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1824A

Black with #C1824A

Text Example


Text Example

White with #C1824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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