Html Css Color HEX #C07E37 Brandy Punch

📋 copy color: '#C07E37'

red 192 ◦ green 126 ◦ blue 55

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

Shades of Brandy Punch #C07E37

Tints of Brandy Punch #C07E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.75%

R = 51.47%
G = 33.78%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07E37 (or 0xC07E37) is known color: Brandy Punch. HEX triplet: C0, 7E and 37. RGB value is (192,126,55). Sum of RGB (Red+Green+Blue) = 192+126+55=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E37 is #3F81C8. Grayscale: #898989. Windows color (decimal): -4161993 or 3636928. OLE color: 3636928.

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

Color convert

RGB 192 126 55 -
CMYK 0 0.34 0.71 0.25
HSL 31.09º 0.55% 0.48% -
HSV(B) 31.09º 0.71% 0.75% -
XYZ 29.89 26.4 7.14 -
YUV 137.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 192 126 55 0 0.34 0.71 0.25 31.09 0.55 0.48
Hex C0 7E 37 0 22 47 19 1F 37 30
Octal 300 176 67 0 42 107 31 37 67 60
Binary 11000000 1111110 110111 0 100010 1000111 11001 11111 110111 110000

Color Harmonies of #C07E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E37

Black with #C07E37

Text Example


Text Example

White with #C07E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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