Html Css Color HEX #C07642 Brandy Punch

📋 copy color: '#C07642'

red 192 ◦ green 118 ◦ blue 66

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

Shades of Brandy Punch #C07642

Tints of Brandy Punch #C07642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 51.06%
G = 31.38%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07642 (or 0xC07642) is known color: Brandy Punch. HEX triplet: C0, 76 and 42. RGB value is (192,118,66). Sum of RGB (Red+Green+Blue) = 192+118+66=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07642 is #3F89BD. Grayscale: #868686. Windows color (decimal): -4164030 or 4355776. OLE color: 4355776.

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

Color convert

RGB 192 118 66 -
CMYK 0 0.39 0.66 0.25
HSL 24.76º 0.5% 0.51% -
HSV(B) 24.76º 0.66% 0.75% -
XYZ 29.2 24.56 8.36 -
YUV 134.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 192 118 66 0 0.39 0.66 0.25 24.76 0.5 0.51
Hex C0 76 42 0 27 42 19 19 32 33
Octal 300 166 102 0 47 102 31 31 62 63
Binary 11000000 1110110 1000010 0 100111 1000010 11001 11001 110010 110011

Color Harmonies of #C07642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07642

Black with #C07642

Text Example


Text Example

White with #C07642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07642; }

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

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

background-color css

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

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

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

border-color css

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

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

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