Html Css Color HEX #C07D3C Brandy Punch

📋 copy color: '#C07D3C'

red 192 ◦ green 125 ◦ blue 60

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

Shades of Brandy Punch #C07D3C

Tints of Brandy Punch #C07D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 50.93%
G = 33.16%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C07D3C (or 0xC07D3C) is known color: Brandy Punch. HEX triplet: C0, 7D and 3C. RGB value is (192,125,60). Sum of RGB (Red+Green+Blue) = 192+125+60=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D3C is #3F82C3. Grayscale: #898989. Windows color (decimal): -4162244 or 3964352. OLE color: 3964352.

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

Color convert

RGB 192 125 60 -
CMYK 0 0.35 0.69 0.25
HSL 29.55º 0.52% 0.49% -
HSV(B) 29.55º 0.69% 0.75% -
XYZ 29.89 26.2 7.76 -
YUV 137.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 192 125 60 0 0.35 0.69 0.25 29.55 0.52 0.49
Hex C0 7D 3C 0 23 45 19 1E 34 31
Octal 300 175 74 0 43 105 31 36 64 61
Binary 11000000 1111101 111100 0 100011 1000101 11001 11110 110100 110001

Color Harmonies of #C07D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D3C

Black with #C07D3C

Text Example


Text Example

White with #C07D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D3C; }

 p { color: rgb(192,125,60); }

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

background-color css

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

 a { background-color: rgb(192,125,60); }

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

border-color css

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

 span { border-color: rgb(192,125,60); }

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