Html Css Color HEX #C3794B Brandy Punch

📋 copy color: '#C3794B'

red 195 ◦ green 121 ◦ blue 75

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

Shades of Brandy Punch #C3794B

Tints of Brandy Punch #C3794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 49.87%
G = 30.95%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3794B (or 0xC3794B) is known color: Brandy Punch. HEX triplet: C3, 79 and 4B. RGB value is (195,121,75). Sum of RGB (Red+Green+Blue) = 195+121+75=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3794B is #3C86B4. Grayscale: #8A8A8A. Windows color (decimal): -3966645 or 4946371. OLE color: 4946371.

HSL color Cylindrical-coordinate representation of color #C3794B: hue angle of 23º 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 #C3794B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 75 -
CMYK 0 0.38 0.62 0.24
HSL 23º 0.5% 0.53% -
HSV(B) 23º 0.62% 0.76% -
XYZ 30.61 25.78 10.02 -
YUV 137.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 195 121 75 0 0.38 0.62 0.24 23 0.5 0.53
Hex C3 79 4B 0 26 3E 18 17 32 35
Octal 303 171 113 0 46 76 30 27 62 65
Binary 11000011 1111001 1001011 0 100110 111110 11000 10111 110010 110101

Color Harmonies of #C3794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3794B

Black with #C3794B

Text Example


Text Example

White with #C3794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3794B; }

 p { color: rgb(195,121,75); }

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

background-color css

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

 a { background-color: rgb(195,121,75); }

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

border-color css

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

 span { border-color: rgb(195,121,75); }

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