Html Css Color HEX #C1824C Brandy Punch

📋 copy color: '#C1824C'

red 193 ◦ green 130 ◦ blue 76

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

Shades of Brandy Punch #C1824C

Tints of Brandy Punch #C1824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 48.37%
G = 32.58%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1824C (or 0xC1824C) is known color: Brandy Punch. HEX triplet: C1, 82 and 4C. RGB value is (193,130,76). Sum of RGB (Red+Green+Blue) = 193+130+76=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1824C is #3E7DB3. Grayscale: #8E8E8E. Windows color (decimal): -4095412 or 5014209. OLE color: 5014209.

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

Color convert

RGB 193 130 76 -
CMYK 0 0.33 0.61 0.24
HSL 27.69º 0.49% 0.53% -
HSV(B) 27.69º 0.61% 0.76% -
XYZ 31.28 27.82 10.56 -
YUV 142.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 193 130 76 0 0.33 0.61 0.24 27.69 0.49 0.53
Hex C1 82 4C 0 21 3D 18 1C 31 35
Octal 301 202 114 0 41 75 30 34 61 65
Binary 11000001 10000010 1001100 0 100001 111101 11000 11100 110001 110101

Color Harmonies of #C1824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1824C

Black with #C1824C

Text Example


Text Example

White with #C1824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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