Html Css Color HEX #C77A46 Brandy Punch

📋 copy color: '#C77A46'

red 199 ◦ green 122 ◦ blue 70

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

Shades of Brandy Punch #C77A46

Tints of Brandy Punch #C77A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 50.9%
G = 31.2%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77A46 (or 0xC77A46) is known color: Brandy Punch. HEX triplet: C7, 7A and 46. RGB value is (199,122,70). Sum of RGB (Red+Green+Blue) = 199+122+70=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A46 is #3885B9. Grayscale: #8B8B8B. Windows color (decimal): -3704250 or 4618951. OLE color: 4618951.

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

Color convert

RGB 199 122 70 -
CMYK 0 0.39 0.65 0.22
HSL 24.19º 0.54% 0.53% -
HSV(B) 24.19º 0.65% 0.78% -
XYZ 31.62 26.5 9.24 -
YUV 139.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 199 122 70 0 0.39 0.65 0.22 24.19 0.54 0.53
Hex C7 7A 46 0 27 41 16 18 36 35
Octal 307 172 106 0 47 101 26 30 66 65
Binary 11000111 1111010 1000110 0 100111 1000001 10110 11000 110110 110101

Color Harmonies of #C77A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A46

Black with #C77A46

Text Example


Text Example

White with #C77A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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