Html Css Color HEX #C4824C Brandy Punch

📋 copy color: '#C4824C'

red 196 ◦ green 130 ◦ blue 76

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

Shades of Brandy Punch #C4824C

Tints of Brandy Punch #C4824C

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

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

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

R = 48.76%
G = 32.34%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4824C (or 0xC4824C) is known color: Brandy Punch. HEX triplet: C4, 82 and 4C. RGB value is (196,130,76). Sum of RGB (Red+Green+Blue) = 196+130+76=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4824C is #3B7DB3. Grayscale: #8F8F8F. Windows color (decimal): -3898804 or 5014212. OLE color: 5014212.

HSL color Cylindrical-coordinate representation of color #C4824C: hue angle of 27º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4824C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 76 -
CMYK 0 0.34 0.61 0.23
HSL 27º 0.5% 0.53% -
HSV(B) 27º 0.61% 0.77% -
XYZ 32.05 28.22 10.6 -
YUV 143.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 196 130 76 0 0.34 0.61 0.23 27 0.5 0.53
Hex C4 82 4C 0 22 3D 17 1B 32 35
Octal 304 202 114 0 42 75 27 33 62 65
Binary 11000100 10000010 1001100 0 100010 111101 10111 11011 110010 110101

Color Harmonies of #C4824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4824C

Black with #C4824C

Text Example


Text Example

White with #C4824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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