Html Css Color HEX #C07743 Brandy Punch

📋 copy color: '#C07743'

red 192 ◦ green 119 ◦ blue 67

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

Shades of Brandy Punch #C07743

Tints of Brandy Punch #C07743

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 50.79%
G = 31.48%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07743 (or 0xC07743) is known color: Brandy Punch. HEX triplet: C0, 77 and 43. RGB value is (192,119,67). Sum of RGB (Red+Green+Blue) = 192+119+67=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07743 is #3F88BC. Grayscale: #878787. Windows color (decimal): -4163773 or 4421568. OLE color: 4421568.

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

Color convert

RGB 192 119 67 -
CMYK 0 0.38 0.65 0.25
HSL 24.96º 0.5% 0.51% -
HSV(B) 24.96º 0.65% 0.75% -
XYZ 29.35 24.81 8.55 -
YUV 134.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 192 119 67 0 0.38 0.65 0.25 24.96 0.5 0.51
Hex C0 77 43 0 26 41 19 19 32 33
Octal 300 167 103 0 46 101 31 31 62 63
Binary 11000000 1110111 1000011 0 100110 1000001 11001 11001 110010 110011

Color Harmonies of #C07743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07743

Black with #C07743

Text Example


Text Example

White with #C07743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07743; }

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

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

background-color css

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

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

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

border-color css

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

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

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