Html Css Color HEX #C77D3C Brandy Punch

📋 copy color: '#C77D3C'

red 199 ◦ green 125 ◦ blue 60

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

Shades of Brandy Punch #C77D3C

Tints of Brandy Punch #C77D3C

RGB

 RED value IS 199 (78.13% from 255) = 51.82%

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

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

R = 51.82%
G = 32.55%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C77D3C (or 0xC77D3C) is known color: Brandy Punch. HEX triplet: C7, 7D and 3C. RGB value is (199,125,60). Sum of RGB (Red+Green+Blue) = 199+125+60=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D3C is #3882C3. Grayscale: #8C8C8C. Windows color (decimal): -3703492 or 3964359. OLE color: 3964359.

HSL color Cylindrical-coordinate representation of color #C77D3C: hue angle of 28.06º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C77D3C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 60 -
CMYK 0 0.37 0.70 0.22
HSL 28.06º 0.55% 0.51% -
HSV(B) 28.06º 0.7% 0.78% -
XYZ 31.7 27.14 7.84 -
YUV 139.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 199 125 60 0 0.37 0.70 0.22 28.06 0.55 0.51
Hex C7 7D 3C 0 25 46 16 1C 37 33
Octal 307 175 74 0 45 106 26 34 67 63
Binary 11000111 1111101 111100 0 100101 1000110 10110 11100 110111 110011

Color Harmonies of #C77D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D3C

Black with #C77D3C

Text Example


Text Example

White with #C77D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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