Html Css Color HEX #C3823F Brandy Punch

📋 copy color: '#C3823F'

red 195 ◦ green 130 ◦ blue 63

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

Shades of Brandy Punch #C3823F

Tints of Brandy Punch #C3823F

RGB

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

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

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

R = 50.26%
G = 33.51%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3823F (or 0xC3823F) is known color: Brandy Punch. HEX triplet: C3, 82 and 3F. RGB value is (195,130,63). Sum of RGB (Red+Green+Blue) = 195+130+63=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3823F is #3C7DC0. Grayscale: #8E8E8E. Windows color (decimal): -3964353 or 4162243. OLE color: 4162243.

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

Color convert

RGB 195 130 63 -
CMYK 0 0.33 0.68 0.24
HSL 30.45º 0.52% 0.51% -
HSV(B) 30.45º 0.68% 0.76% -
XYZ 31.39 27.93 8.44 -
YUV 141.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 195 130 63 0 0.33 0.68 0.24 30.45 0.52 0.51
Hex C3 82 3F 0 21 44 18 1E 34 33
Octal 303 202 77 0 41 104 30 36 64 63
Binary 11000011 10000010 111111 0 100001 1000100 11000 11110 110100 110011

Color Harmonies of #C3823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3823F

Black with #C3823F

Text Example


Text Example

White with #C3823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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