Html Css Color HEX #C37C44 Brandy Punch

📋 copy color: '#C37C44'

red 195 ◦ green 124 ◦ blue 68

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

Shades of Brandy Punch #C37C44

Tints of Brandy Punch #C37C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 50.39%
G = 32.04%
B = 17.57%

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

#C37C44 (or 0xC37C44) is known color: Brandy Punch. HEX triplet: C3, 7C and 44. RGB value is (195,124,68). Sum of RGB (Red+Green+Blue) = 195+124+68=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C44 is #3C83BB. Grayscale: #8B8B8B. Windows color (decimal): -3965884 or 4488387. OLE color: 4488387.

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

Color convert

RGB 195 124 68 -
CMYK 0 0.36 0.65 0.24
HSL 26.46º 0.51% 0.52% -
HSV(B) 26.46º 0.65% 0.76% -
XYZ 30.76 26.43 8.95 -
YUV 138.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 195 124 68 0 0.36 0.65 0.24 26.46 0.51 0.52
Hex C3 7C 44 0 24 41 18 1A 33 34
Octal 303 174 104 0 44 101 30 32 63 64
Binary 11000011 1111100 1000100 0 100100 1000001 11000 11010 110011 110100

Color Harmonies of #C37C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C44

Black with #C37C44

Text Example


Text Example

White with #C37C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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