Html Css Color HEX #C77E42 Brandy Punch

📋 copy color: '#C77E42'

red 199 ◦ green 126 ◦ blue 66

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

Shades of Brandy Punch #C77E42

Tints of Brandy Punch #C77E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 50.9%
G = 32.23%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C77E42 (or 0xC77E42) is known color: Brandy Punch. HEX triplet: C7, 7E and 42. RGB value is (199,126,66). Sum of RGB (Red+Green+Blue) = 199+126+66=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E42 is #3881BD. Grayscale: #8D8D8D. Windows color (decimal): -3703230 or 4357831. OLE color: 4357831.

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

Color convert

RGB 199 126 66 -
CMYK 0 0.37 0.67 0.22
HSL 27.07º 0.54% 0.52% -
HSV(B) 27.07º 0.67% 0.78% -
XYZ 32 27.46 8.77 -
YUV 140.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 199 126 66 0 0.37 0.67 0.22 27.07 0.54 0.52
Hex C7 7E 42 0 25 43 16 1B 36 34
Octal 307 176 102 0 45 103 26 33 66 64
Binary 11000111 1111110 1000010 0 100101 1000011 10110 11011 110110 110100

Color Harmonies of #C77E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E42

Black with #C77E42

Text Example


Text Example

White with #C77E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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