Html Css Color HEX #C07643 Brandy Punch

📋 copy color: '#C07643'

red 192 ◦ green 118 ◦ blue 67

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

Shades of Brandy Punch #C07643

Tints of Brandy Punch #C07643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.77%

R = 50.93%
G = 31.3%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07643 (or 0xC07643) is known color: Brandy Punch. HEX triplet: C0, 76 and 43. RGB value is (192,118,67). Sum of RGB (Red+Green+Blue) = 192+118+67=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07643 is #3F89BC. Grayscale: #868686. Windows color (decimal): -4164029 or 4421312. OLE color: 4421312.

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

Color convert

RGB 192 118 67 -
CMYK 0 0.39 0.65 0.25
HSL 24.48º 0.5% 0.51% -
HSV(B) 24.48º 0.65% 0.75% -
XYZ 29.23 24.57 8.51 -
YUV 134.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 192 118 67 0 0.39 0.65 0.25 24.48 0.5 0.51
Hex C0 76 43 0 27 41 19 18 32 33
Octal 300 166 103 0 47 101 31 30 62 63
Binary 11000000 1110110 1000011 0 100111 1000001 11001 11000 110010 110011

Color Harmonies of #C07643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07643

Black with #C07643

Text Example


Text Example

White with #C07643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07643; }

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

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

background-color css

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

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

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

border-color css

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

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

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