Html Css Color HEX #C07543 Brandy Punch

📋 copy color: '#C07543'

red 192 ◦ green 117 ◦ blue 67

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

Shades of Brandy Punch #C07543

Tints of Brandy Punch #C07543

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 51.06%
G = 31.12%
B = 17.82%

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

#C07543 (or 0xC07543) is known color: Brandy Punch. HEX triplet: C0, 75 and 43. RGB value is (192,117,67). Sum of RGB (Red+Green+Blue) = 192+117+67=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07543 is #3F8ABC. Grayscale: #868686. Windows color (decimal): -4164285 or 4421056. OLE color: 4421056.

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

Color convert

RGB 192 117 67 -
CMYK 0 0.39 0.65 0.25
HSL 24º 0.5% 0.51% -
HSV(B) 24º 0.65% 0.75% -
XYZ 29.11 24.33 8.47 -
YUV 133.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 192 117 67 0 0.39 0.65 0.25 24 0.5 0.51
Hex C0 75 43 0 27 41 19 18 32 33
Octal 300 165 103 0 47 101 31 30 62 63
Binary 11000000 1110101 1000011 0 100111 1000001 11001 11000 110010 110011

Color Harmonies of #C07543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07543

Black with #C07543

Text Example


Text Example

White with #C07543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07543; }

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

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

background-color css

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

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

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

border-color css

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

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

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