Html Css Color HEX #C37646 Brandy Punch

📋 copy color: '#C37646'

red 195 ◦ green 118 ◦ blue 70

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

Shades of Brandy Punch #C37646

Tints of Brandy Punch #C37646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

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

R = 50.91%
G = 30.81%
B = 18.28%

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

#C37646 (or 0xC37646) is known color: Brandy Punch. HEX triplet: C3, 76 and 46. RGB value is (195,118,70). Sum of RGB (Red+Green+Blue) = 195+118+70=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37646 is #3C89B9. Grayscale: #878787. Windows color (decimal): -3967418 or 4617923. OLE color: 4617923.

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

Color convert

RGB 195 118 70 -
CMYK 0 0.39 0.64 0.24
HSL 23.04º 0.51% 0.52% -
HSV(B) 23.04º 0.64% 0.76% -
XYZ 30.09 25 9.03 -
YUV 135.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 195 118 70 0 0.39 0.64 0.24 23.04 0.51 0.52
Hex C3 76 46 0 27 40 18 17 33 34
Octal 303 166 106 0 47 100 30 27 63 64
Binary 11000011 1110110 1000110 0 100111 1000000 11000 10111 110011 110100

Color Harmonies of #C37646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37646

Black with #C37646

Text Example


Text Example

White with #C37646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37646; }

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

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

background-color css

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

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

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

border-color css

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

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

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