Html Css Color HEX #C77E45 Brandy Punch

📋 copy color: '#C77E45'

red 199 ◦ green 126 ◦ blue 69

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

Shades of Brandy Punch #C77E45

Tints of Brandy Punch #C77E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 50.51%
G = 31.98%
B = 17.51%

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

#C77E45 (or 0xC77E45) is known color: Brandy Punch. HEX triplet: C7, 7E and 45. RGB value is (199,126,69). Sum of RGB (Red+Green+Blue) = 199+126+69=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E45 is #3881BA. Grayscale: #8D8D8D. Windows color (decimal): -3703227 or 4554439. OLE color: 4554439.

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

Color convert

RGB 199 126 69 -
CMYK 0 0.37 0.65 0.22
HSL 26.31º 0.54% 0.53% -
HSV(B) 26.31º 0.65% 0.78% -
XYZ 32.09 27.49 9.25 -
YUV 141.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 199 126 69 0 0.37 0.65 0.22 26.31 0.54 0.53
Hex C7 7E 45 0 25 41 16 1A 36 35
Octal 307 176 105 0 45 101 26 32 66 65
Binary 11000111 1111110 1000101 0 100101 1000001 10110 11010 110110 110101

Color Harmonies of #C77E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E45

Black with #C77E45

Text Example


Text Example

White with #C77E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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