Html Css Color HEX #C77F41 Brandy Punch

📋 copy color: '#C77F41'

red 199 ◦ green 127 ◦ blue 65

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

Shades of Brandy Punch #C77F41

Tints of Brandy Punch #C77F41

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 65 (25.78% from 255) = 16.62%

R = 50.9%
G = 32.48%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C77F41 (or 0xC77F41) is known color: Brandy Punch. HEX triplet: C7, 7F and 41. RGB value is (199,127,65). Sum of RGB (Red+Green+Blue) = 199+127+65=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F41 is #3880BE. Grayscale: #8D8D8D. Windows color (decimal): -3702975 or 4292551. OLE color: 4292551.

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

Color convert

RGB 199 127 65 -
CMYK 0 0.36 0.67 0.22
HSL 27.76º 0.54% 0.52% -
HSV(B) 27.76º 0.67% 0.78% -
XYZ 32.1 27.7 8.66 -
YUV 141.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 199 127 65 0 0.36 0.67 0.22 27.76 0.54 0.52
Hex C7 7F 41 0 24 43 16 1C 36 34
Octal 307 177 101 0 44 103 26 34 66 64
Binary 11000111 1111111 1000001 0 100100 1000011 10110 11100 110110 110100

Color Harmonies of #C77F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F41

Black with #C77F41

Text Example


Text Example

White with #C77F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F41; }

 p { color: rgb(199,127,65); }

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

background-color css

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

 a { background-color: rgb(199,127,65); }

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

border-color css

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

 span { border-color: rgb(199,127,65); }

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