Html Css Color HEX #C07646 Brandy Punch

📋 copy color: '#C07646'

red 192 ◦ green 118 ◦ blue 70

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

Shades of Brandy Punch #C07646

Tints of Brandy Punch #C07646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 50.53%
G = 31.05%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07646 (or 0xC07646) is known color: Brandy Punch. HEX triplet: C0, 76 and 46. RGB value is (192,118,70). Sum of RGB (Red+Green+Blue) = 192+118+70=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07646 is #3F89B9. Grayscale: #868686. Windows color (decimal): -4164026 or 4617920. OLE color: 4617920.

HSL color Cylindrical-coordinate representation of color #C07646: hue angle of 23.61º 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 #C07646 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 70 -
CMYK 0 0.39 0.64 0.25
HSL 23.61º 0.49% 0.51% -
HSV(B) 23.61º 0.64% 0.75% -
XYZ 29.32 24.61 9 -
YUV 134.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 192 118 70 0 0.39 0.64 0.25 23.61 0.49 0.51
Hex C0 76 46 0 27 40 19 18 31 33
Octal 300 166 106 0 47 100 31 30 61 63
Binary 11000000 1110110 1000110 0 100111 1000000 11001 11000 110001 110011

Color Harmonies of #C07646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07646

Black with #C07646

Text Example


Text Example

White with #C07646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07646; }

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

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

background-color css

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

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

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

border-color css

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

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

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