Html Css Color HEX #C07544 Brandy Punch

📋 copy color: '#C07544'

red 192 ◦ green 117 ◦ blue 68

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

Shades of Brandy Punch #C07544

Tints of Brandy Punch #C07544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 50.93%
G = 31.03%
B = 18.04%

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

#C07544 (or 0xC07544) is known color: Brandy Punch. HEX triplet: C0, 75 and 44. RGB value is (192,117,68). Sum of RGB (Red+Green+Blue) = 192+117+68=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07544 is #3F8ABB. Grayscale: #868686. Windows color (decimal): -4164284 or 4486592. OLE color: 4486592.

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

Color convert

RGB 192 117 68 -
CMYK 0 0.39 0.65 0.25
HSL 23.71º 0.5% 0.51% -
HSV(B) 23.71º 0.65% 0.75% -
XYZ 29.14 24.35 8.63 -
YUV 133.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 192 117 68 0 0.39 0.65 0.25 23.71 0.5 0.51
Hex C0 75 44 0 27 41 19 18 32 33
Octal 300 165 104 0 47 101 31 30 62 63
Binary 11000000 1110101 1000100 0 100111 1000001 11001 11000 110010 110011

Color Harmonies of #C07544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07544

Black with #C07544

Text Example


Text Example

White with #C07544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07544; }

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

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

background-color css

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

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

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

border-color css

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

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

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