Html Css Color HEX #C37E45 Brandy Punch

📋 copy color: '#C37E45'

red 195 ◦ green 126 ◦ blue 69

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

Shades of Brandy Punch #C37E45

Tints of Brandy Punch #C37E45

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

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

R = 50%
G = 32.31%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37E45 (or 0xC37E45) is known color: Brandy Punch. HEX triplet: C3, 7E and 45. RGB value is (195,126,69). Sum of RGB (Red+Green+Blue) = 195+126+69=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37E45 is #3C81BA. Grayscale: #8C8C8C. Windows color (decimal): -3965371 or 4554435. OLE color: 4554435.

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

Color convert

RGB 195 126 69 -
CMYK 0 0.35 0.65 0.24
HSL 27.14º 0.51% 0.52% -
HSV(B) 27.14º 0.65% 0.76% -
XYZ 31.04 26.95 9.2 -
YUV 140.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 195 126 69 0 0.35 0.65 0.24 27.14 0.51 0.52
Hex C3 7E 45 0 23 41 18 1B 33 34
Octal 303 176 105 0 43 101 30 33 63 64
Binary 11000011 1111110 1000101 0 100011 1000001 11000 11011 110011 110100

Color Harmonies of #C37E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E45

Black with #C37E45

Text Example


Text Example

White with #C37E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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