Html Css Color HEX #C37E3D Brandy Punch

📋 copy color: '#C37E3D'

red 195 ◦ green 126 ◦ blue 61

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

Shades of Brandy Punch #C37E3D

Tints of Brandy Punch #C37E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 51.05%
G = 32.98%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C37E3D (or 0xC37E3D) is known color: Brandy Punch. HEX triplet: C3, 7E and 3D. RGB value is (195,126,61). Sum of RGB (Red+Green+Blue) = 195+126+61=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37E3D is #3C81C2. Grayscale: #8B8B8B. Windows color (decimal): -3965379 or 4030147. OLE color: 4030147.

HSL color Cylindrical-coordinate representation of color #C37E3D: hue angle of 29.1º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C37E3D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 126 61 -
CMYK 0 0.35 0.69 0.24
HSL 29.1º 0.53% 0.5% -
HSV(B) 29.1º 0.69% 0.76% -
XYZ 30.81 26.86 7.98 -
YUV 139.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 195 126 61 0 0.35 0.69 0.24 29.1 0.53 0.5
Hex C3 7E 3D 0 23 45 18 1D 35 32
Octal 303 176 75 0 43 105 30 35 65 62
Binary 11000011 1111110 111101 0 100011 1000101 11000 11101 110101 110010

Color Harmonies of #C37E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E3D

Black with #C37E3D

Text Example


Text Example

White with #C37E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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