Html Css Color HEX #C77E46 Brandy Punch

📋 copy color: '#C77E46'

red 199 ◦ green 126 ◦ blue 70

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

Shades of Brandy Punch #C77E46

Tints of Brandy Punch #C77E46

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 50.38%
G = 31.9%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77E46 (or 0xC77E46) is known color: Brandy Punch. HEX triplet: C7, 7E and 46. RGB value is (199,126,70). Sum of RGB (Red+Green+Blue) = 199+126+70=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E46 is #3881B9. Grayscale: #8D8D8D. Windows color (decimal): -3703226 or 4619975. OLE color: 4619975.

HSL color Cylindrical-coordinate representation of color #C77E46: hue angle of 26.05º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77E46 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 126 70 -
CMYK 0 0.37 0.65 0.22
HSL 26.05º 0.54% 0.53% -
HSV(B) 26.05º 0.65% 0.78% -
XYZ 32.12 27.51 9.41 -
YUV 141.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 199 126 70 0 0.37 0.65 0.22 26.05 0.54 0.53
Hex C7 7E 46 0 25 41 16 1A 36 35
Octal 307 176 106 0 45 101 26 32 66 65
Binary 11000111 1111110 1000110 0 100101 1000001 10110 11010 110110 110101

Color Harmonies of #C77E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E46

Black with #C77E46

Text Example


Text Example

White with #C77E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E46; }

 p { color: rgb(199,126,70); }

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

background-color css

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

 a { background-color: rgb(199,126,70); }

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

border-color css

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

 span { border-color: rgb(199,126,70); }

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