Html Css Color HEX #C07E3D Brandy Punch

📋 copy color: '#C07E3D'

red 192 ◦ green 126 ◦ blue 61

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

Shades of Brandy Punch #C07E3D

Tints of Brandy Punch #C07E3D

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

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

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

R = 50.66%
G = 33.25%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C07E3D (or 0xC07E3D) is known color: Brandy Punch. HEX triplet: C0, 7E and 3D. RGB value is (192,126,61). Sum of RGB (Red+Green+Blue) = 192+126+61=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E3D is #3F81C2. Grayscale: #8A8A8A. Windows color (decimal): -4161987 or 4030144. OLE color: 4030144.

HSL color Cylindrical-coordinate representation of color #C07E3D: hue angle of 29.77º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C07E3D is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 61 -
CMYK 0 0.34 0.68 0.25
HSL 29.77º 0.52% 0.5% -
HSV(B) 29.77º 0.68% 0.75% -
XYZ 30.04 26.47 7.94 -
YUV 138.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 192 126 61 0 0.34 0.68 0.25 29.77 0.52 0.5
Hex C0 7E 3D 0 22 44 19 1E 34 32
Octal 300 176 75 0 42 104 31 36 64 62
Binary 11000000 1111110 111101 0 100010 1000100 11001 11110 110100 110010

Color Harmonies of #C07E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E3D

Black with #C07E3D

Text Example


Text Example

White with #C07E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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