Html Css Color HEX #C37746 Brandy Punch

📋 copy color: '#C37746'

red 195 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #C37746

Tints of Brandy Punch #C37746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 50.78%
G = 30.99%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C37746 (or 0xC37746) is known color: Brandy Punch. HEX triplet: C3, 77 and 46. RGB value is (195,119,70). Sum of RGB (Red+Green+Blue) = 195+119+70=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37746 is #3C88B9. Grayscale: #888888. Windows color (decimal): -3967162 or 4618179. OLE color: 4618179.

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

Color convert

RGB 195 119 70 -
CMYK 0 0.39 0.64 0.24
HSL 23.52º 0.51% 0.52% -
HSV(B) 23.52º 0.64% 0.76% -
XYZ 30.21 25.24 9.07 -
YUV 136.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 195 119 70 0 0.39 0.64 0.24 23.52 0.51 0.52
Hex C3 77 46 0 27 40 18 18 33 34
Octal 303 167 106 0 47 100 30 30 63 64
Binary 11000011 1110111 1000110 0 100111 1000000 11000 11000 110011 110100

Color Harmonies of #C37746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37746

Black with #C37746

Text Example


Text Example

White with #C37746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37746; }

 p { color: rgb(195,119,70); }

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

background-color css

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

 a { background-color: rgb(195,119,70); }

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

border-color css

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

 span { border-color: rgb(195,119,70); }

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