Html Css Color HEX #C37845 Brandy Punch

📋 copy color: '#C37845'

red 195 ◦ green 120 ◦ blue 69

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

Shades of Brandy Punch #C37845

Tints of Brandy Punch #C37845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 50.78%
G = 31.25%
B = 17.97%

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

#C37845 (or 0xC37845) is known color: Brandy Punch. HEX triplet: C3, 78 and 45. RGB value is (195,120,69). Sum of RGB (Red+Green+Blue) = 195+120+69=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37845 is #3C87BA. Grayscale: #888888. Windows color (decimal): -3966907 or 4552899. OLE color: 4552899.

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

Color convert

RGB 195 120 69 -
CMYK 0 0.38 0.65 0.24
HSL 24.29º 0.51% 0.52% -
HSV(B) 24.29º 0.65% 0.76% -
XYZ 30.3 25.46 8.95 -
YUV 136.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 195 120 69 0 0.38 0.65 0.24 24.29 0.51 0.52
Hex C3 78 45 0 26 41 18 18 33 34
Octal 303 170 105 0 46 101 30 30 63 64
Binary 11000011 1111000 1000101 0 100110 1000001 11000 11000 110011 110100

Color Harmonies of #C37845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37845

Black with #C37845

Text Example


Text Example

White with #C37845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37845; }

 p { color: rgb(195,120,69); }

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

background-color css

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

 a { background-color: rgb(195,120,69); }

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

border-color css

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

 span { border-color: rgb(195,120,69); }

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