Html Css Color HEX #C37944 Brandy Punch

📋 copy color: '#C37944'

red 195 ◦ green 121 ◦ blue 68

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

Shades of Brandy Punch #C37944

Tints of Brandy Punch #C37944

RGB

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

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

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

R = 50.78%
G = 31.51%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37944 (or 0xC37944) is known color: Brandy Punch. HEX triplet: C3, 79 and 44. RGB value is (195,121,68). Sum of RGB (Red+Green+Blue) = 195+121+68=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37944 is #3C86BB. Grayscale: #898989. Windows color (decimal): -3966652 or 4487619. OLE color: 4487619.

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

Color convert

RGB 195 121 68 -
CMYK 0 0.38 0.65 0.24
HSL 25.04º 0.51% 0.52% -
HSV(B) 25.04º 0.65% 0.76% -
XYZ 30.39 25.69 8.83 -
YUV 137.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 195 121 68 0 0.38 0.65 0.24 25.04 0.51 0.52
Hex C3 79 44 0 26 41 18 19 33 34
Octal 303 171 104 0 46 101 30 31 63 64
Binary 11000011 1111001 1000100 0 100110 1000001 11000 11001 110011 110100

Color Harmonies of #C37944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37944

Black with #C37944

Text Example


Text Example

White with #C37944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37944; }

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

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

background-color css

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

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

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

border-color css

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

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

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