Html Css Color HEX #C3824A Brandy Punch

📋 copy color: '#C3824A'

red 195 ◦ green 130 ◦ blue 74

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

Shades of Brandy Punch #C3824A

Tints of Brandy Punch #C3824A

RGB

 RED value IS 195 (76.56% from 255) = 48.87%

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

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

R = 48.87%
G = 32.58%
B = 18.55%

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

#C3824A (or 0xC3824A) is known color: Brandy Punch. HEX triplet: C3, 82 and 4A. RGB value is (195,130,74). Sum of RGB (Red+Green+Blue) = 195+130+74=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3824A is #3C7DB5. Grayscale: #8F8F8F. Windows color (decimal): -3964342 or 4883139. OLE color: 4883139.

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

Color convert

RGB 195 130 74 -
CMYK 0 0.33 0.62 0.24
HSL 27.77º 0.5% 0.53% -
HSV(B) 27.77º 0.62% 0.76% -
XYZ 31.72 28.06 10.22 -
YUV 143.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 195 130 74 0 0.33 0.62 0.24 27.77 0.5 0.53
Hex C3 82 4A 0 21 3E 18 1C 32 35
Octal 303 202 112 0 41 76 30 34 62 65
Binary 11000011 10000010 1001010 0 100001 111110 11000 11100 110010 110101

Color Harmonies of #C3824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3824A

Black with #C3824A

Text Example


Text Example

White with #C3824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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