Html Css Color HEX #C3824C Brandy Punch

📋 copy color: '#C3824C'

red 195 ◦ green 130 ◦ blue 76

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

Shades of Brandy Punch #C3824C

Tints of Brandy Punch #C3824C

RGB

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

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

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

R = 48.63%
G = 32.42%
B = 18.95%

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

#C3824C (or 0xC3824C) is known color: Brandy Punch. HEX triplet: C3, 82 and 4C. RGB value is (195,130,76). Sum of RGB (Red+Green+Blue) = 195+130+76=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3824C is #3C7DB3. Grayscale: #8F8F8F. Windows color (decimal): -3964340 or 5014211. OLE color: 5014211.

HSL color Cylindrical-coordinate representation of color #C3824C: hue angle of 27.23º degrees, saturation: 0.5, 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 #C3824C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 76 -
CMYK 0 0.33 0.61 0.24
HSL 27.23º 0.5% 0.53% -
HSV(B) 27.23º 0.61% 0.76% -
XYZ 31.79 28.09 10.58 -
YUV 143.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 195 130 76 0 0.33 0.61 0.24 27.23 0.5 0.53
Hex C3 82 4C 0 21 3D 18 1B 32 35
Octal 303 202 114 0 41 75 30 33 62 65
Binary 11000011 10000010 1001100 0 100001 111101 11000 11011 110010 110101

Color Harmonies of #C3824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3824C

Black with #C3824C

Text Example


Text Example

White with #C3824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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