Html Css Color HEX #C77B40 Brandy Punch

📋 copy color: '#C77B40'

red 199 ◦ green 123 ◦ blue 64

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

Shades of Brandy Punch #C77B40

Tints of Brandy Punch #C77B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 51.55%
G = 31.87%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C77B40 (or 0xC77B40) is known color: Brandy Punch. HEX triplet: C7, 7B and 40. RGB value is (199,123,64). Sum of RGB (Red+Green+Blue) = 199+123+64=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B40 is #3884BF. Grayscale: #8B8B8B. Windows color (decimal): -3704000 or 4225991. OLE color: 4225991.

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

Color convert

RGB 199 123 64 -
CMYK 0 0.38 0.68 0.22
HSL 26.22º 0.55% 0.52% -
HSV(B) 26.22º 0.68% 0.78% -
XYZ 31.56 26.68 8.34 -
YUV 139 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 199 123 64 0 0.38 0.68 0.22 26.22 0.55 0.52
Hex C7 7B 40 0 26 44 16 1A 37 34
Octal 307 173 100 0 46 104 26 32 67 64
Binary 11000111 1111011 1000000 0 100110 1000100 10110 11010 110111 110100

Color Harmonies of #C77B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77B40

Black with #C77B40

Text Example


Text Example

White with #C77B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77B40; }

 p { color: rgb(199,123,64); }

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

background-color css

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

 a { background-color: rgb(199,123,64); }

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

border-color css

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

 span { border-color: rgb(199,123,64); }

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