Html Css Color HEX #C37C38 Brandy Punch

📋 copy color: '#C37C38'

red 195 ◦ green 124 ◦ blue 56

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

Shades of Brandy Punch #C37C38

Tints of Brandy Punch #C37C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 52%
G = 33.07%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C37C38 (or 0xC37C38) is known color: Brandy Punch. HEX triplet: C3, 7C and 38. RGB value is (195,124,56). Sum of RGB (Red+Green+Blue) = 195+124+56=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C38 is #3C83C7. Grayscale: #898989. Windows color (decimal): -3965896 or 3701955. OLE color: 3701955.

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

Color convert

RGB 195 124 56 -
CMYK 0 0.36 0.71 0.24
HSL 29.35º 0.55% 0.49% -
HSV(B) 29.35º 0.71% 0.76% -
XYZ 30.43 26.3 7.21 -
YUV 137.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 195 124 56 0 0.36 0.71 0.24 29.35 0.55 0.49
Hex C3 7C 38 0 24 47 18 1D 37 31
Octal 303 174 70 0 44 107 30 35 67 61
Binary 11000011 1111100 111000 0 100100 1000111 11000 11101 110111 110001

Color Harmonies of #C37C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C38

Black with #C37C38

Text Example


Text Example

White with #C37C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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