Html Css Color HEX #C07C36 Brandy Punch

📋 copy color: '#C07C36'

red 192 ◦ green 124 ◦ blue 54

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

Shades of Brandy Punch #C07C36

Tints of Brandy Punch #C07C36

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 51.89%
G = 33.51%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07C36 (or 0xC07C36) is known color: Brandy Punch. HEX triplet: C0, 7C and 36. RGB value is (192,124,54). Sum of RGB (Red+Green+Blue) = 192+124+54=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C36 is #3F83C9. Grayscale: #888888. Windows color (decimal): -4162506 or 3570880. OLE color: 3570880.

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

Color convert

RGB 192 124 54 -
CMYK 0 0.35 0.72 0.25
HSL 30.43º 0.56% 0.48% -
HSV(B) 30.43º 0.72% 0.75% -
XYZ 29.61 25.89 6.93 -
YUV 136.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 192 124 54 0 0.35 0.72 0.25 30.43 0.56 0.48
Hex C0 7C 36 0 23 48 19 1E 38 30
Octal 300 174 66 0 43 110 31 36 70 60
Binary 11000000 1111100 110110 0 100011 1001000 11001 11110 111000 110000

Color Harmonies of #C07C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C36

Black with #C07C36

Text Example


Text Example

White with #C07C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C36; }

 p { color: rgb(192,124,54); }

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

background-color css

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

 a { background-color: rgb(192,124,54); }

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

border-color css

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

 span { border-color: rgb(192,124,54); }

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