Html Css Color HEX #C07946 Brandy Punch

📋 copy color: '#C07946'

red 192 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #C07946

Tints of Brandy Punch #C07946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 50.13%
G = 31.59%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07946 (or 0xC07946) is known color: Brandy Punch. HEX triplet: C0, 79 and 46. RGB value is (192,121,70). Sum of RGB (Red+Green+Blue) = 192+121+70=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C07946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07946 is #3F86B9. Grayscale: #888888. Windows color (decimal): -4163258 or 4618688. OLE color: 4618688.

HSL color Cylindrical-coordinate representation of color #C07946: hue angle of 25.08º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C07946 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 70 -
CMYK 0 0.37 0.64 0.25
HSL 25.08º 0.49% 0.51% -
HSV(B) 25.08º 0.64% 0.75% -
XYZ 29.68 25.32 9.12 -
YUV 136.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 192 121 70 0 0.37 0.64 0.25 25.08 0.49 0.51
Hex C0 79 46 0 25 40 19 19 31 33
Octal 300 171 106 0 45 100 31 31 61 63
Binary 11000000 1111001 1000110 0 100101 1000000 11001 11001 110001 110011

Color Harmonies of #C07946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07946

Black with #C07946

Text Example


Text Example

White with #C07946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07946; }

 p { color: rgb(192,121,70); }

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

background-color css

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

 a { background-color: rgb(192,121,70); }

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

border-color css

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

 span { border-color: rgb(192,121,70); }

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