Html Css Color HEX #C07C4A Brandy Punch

📋 copy color: '#C07C4A'

red 192 ◦ green 124 ◦ blue 74

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

Shades of Brandy Punch #C07C4A

Tints of Brandy Punch #C07C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 49.23%
G = 31.79%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C07C4A (or 0xC07C4A) is known color: Brandy Punch. HEX triplet: C0, 7C and 4A. RGB value is (192,124,74). Sum of RGB (Red+Green+Blue) = 192+124+74=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C4A is #3F83B5. Grayscale: #8A8A8A. Windows color (decimal): -4162486 or 4881600. OLE color: 4881600.

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

Color convert

RGB 192 124 74 -
CMYK 0 0.35 0.61 0.25
HSL 25.42º 0.48% 0.52% -
HSV(B) 25.42º 0.61% 0.75% -
XYZ 30.18 26.12 9.93 -
YUV 138.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 192 124 74 0 0.35 0.61 0.25 25.42 0.48 0.52
Hex C0 7C 4A 0 23 3D 19 19 30 34
Octal 300 174 112 0 43 75 31 31 60 64
Binary 11000000 1111100 1001010 0 100011 111101 11001 11001 110000 110100

Color Harmonies of #C07C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C4A

Black with #C07C4A

Text Example


Text Example

White with #C07C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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