Html Css Color HEX #C4823F Brandy Punch

📋 copy color: '#C4823F'

red 196 ◦ green 130 ◦ blue 63

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

Shades of Brandy Punch #C4823F

Tints of Brandy Punch #C4823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.2%

R = 50.39%
G = 33.42%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4823F (or 0xC4823F) is known color: Brandy Punch. HEX triplet: C4, 82 and 3F. RGB value is (196,130,63). Sum of RGB (Red+Green+Blue) = 196+130+63=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4823F is #3B7DC0. Grayscale: #8E8E8E. Windows color (decimal): -3898817 or 4162244. OLE color: 4162244.

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

Color convert

RGB 196 130 63 -
CMYK 0 0.34 0.68 0.23
HSL 30.23º 0.53% 0.51% -
HSV(B) 30.23º 0.68% 0.77% -
XYZ 31.64 28.06 8.45 -
YUV 142.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 196 130 63 0 0.34 0.68 0.23 30.23 0.53 0.51
Hex C4 82 3F 0 22 44 17 1E 35 33
Octal 304 202 77 0 42 104 27 36 65 63
Binary 11000100 10000010 111111 0 100010 1000100 10111 11110 110101 110011

Color Harmonies of #C4823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4823F

Black with #C4823F

Text Example


Text Example

White with #C4823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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