Html Css Color HEX #C37C45 Brandy Punch

📋 copy color: '#C37C45'

red 195 ◦ green 124 ◦ blue 69

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

Shades of Brandy Punch #C37C45

Tints of Brandy Punch #C37C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 50.26%
G = 31.96%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37C45 (or 0xC37C45) is known color: Brandy Punch. HEX triplet: C3, 7C and 45. RGB value is (195,124,69). Sum of RGB (Red+Green+Blue) = 195+124+69=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C45 is #3C83BA. Grayscale: #8B8B8B. Windows color (decimal): -3965883 or 4553923. OLE color: 4553923.

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

Color convert

RGB 195 124 69 -
CMYK 0 0.36 0.65 0.24
HSL 26.19º 0.51% 0.52% -
HSV(B) 26.19º 0.65% 0.76% -
XYZ 30.79 26.45 9.11 -
YUV 138.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 195 124 69 0 0.36 0.65 0.24 26.19 0.51 0.52
Hex C3 7C 45 0 24 41 18 1A 33 34
Octal 303 174 105 0 44 101 30 32 63 64
Binary 11000011 1111100 1000101 0 100100 1000001 11000 11010 110011 110100

Color Harmonies of #C37C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C45

Black with #C37C45

Text Example


Text Example

White with #C37C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C45; }

 p { color: rgb(195,124,69); }

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

background-color css

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

 a { background-color: rgb(195,124,69); }

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

border-color css

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

 span { border-color: rgb(195,124,69); }

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