Html Css Color HEX #C07C53 Brandy Punch

📋 copy color: '#C07C53'

red 192 ◦ green 124 ◦ blue 83

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

Shades of Brandy Punch #C07C53

Tints of Brandy Punch #C07C53

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 48.12%
G = 31.08%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07C53 (or 0xC07C53) is known color: Brandy Punch. HEX triplet: C0, 7C and 53. RGB value is (192,124,83). Sum of RGB (Red+Green+Blue) = 192+124+83=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C53 is #3F83AC. Grayscale: #8B8B8B. Windows color (decimal): -4162477 or 5471424. OLE color: 5471424.

HSL color Cylindrical-coordinate representation of color #C07C53: hue angle of 22.57º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07C53 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 83 -
CMYK 0 0.35 0.57 0.25
HSL 22.57º 0.46% 0.54% -
HSV(B) 22.57º 0.57% 0.75% -
XYZ 30.51 26.25 11.64 -
YUV 139.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 192 124 83 0 0.35 0.57 0.25 22.57 0.46 0.54
Hex C0 7C 53 0 23 39 19 17 2E 36
Octal 300 174 123 0 43 71 31 27 56 66
Binary 11000000 1111100 1010011 0 100011 111001 11001 10111 101110 110110

Color Harmonies of #C07C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C53

Black with #C07C53

Text Example


Text Example

White with #C07C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C53; }

 p { color: rgb(192,124,83); }

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

background-color css

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

 a { background-color: rgb(192,124,83); }

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

border-color css

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

 span { border-color: rgb(192,124,83); }

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