Html Css Color HEX #C37A4C Brandy Punch

📋 copy color: '#C37A4C'

red 195 ◦ green 122 ◦ blue 76

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

Shades of Brandy Punch #C37A4C

Tints of Brandy Punch #C37A4C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

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

R = 49.62%
G = 31.04%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C37A4C (or 0xC37A4C) is known color: Brandy Punch. HEX triplet: C3, 7A and 4C. RGB value is (195,122,76). Sum of RGB (Red+Green+Blue) = 195+122+76=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A4C is #3C85B3. Grayscale: #8A8A8A. Windows color (decimal): -3966388 or 5012163. OLE color: 5012163.

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

Color convert

RGB 195 122 76 -
CMYK 0 0.37 0.61 0.24
HSL 23.19º 0.5% 0.53% -
HSV(B) 23.19º 0.61% 0.76% -
XYZ 30.77 26.04 10.24 -
YUV 138.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 195 122 76 0 0.37 0.61 0.24 23.19 0.5 0.53
Hex C3 7A 4C 0 25 3D 18 17 32 35
Octal 303 172 114 0 45 75 30 27 62 65
Binary 11000011 1111010 1001100 0 100101 111101 11000 10111 110010 110101

Color Harmonies of #C37A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A4C

Black with #C37A4C

Text Example


Text Example

White with #C37A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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