Html Css Color HEX #C77F44 Brandy Punch

📋 copy color: '#C77F44'

red 199 ◦ green 127 ◦ blue 68

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

Shades of Brandy Punch #C77F44

Tints of Brandy Punch #C77F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 50.51%
G = 32.23%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C77F44 (or 0xC77F44) is known color: Brandy Punch. HEX triplet: C7, 7F and 44. RGB value is (199,127,68). Sum of RGB (Red+Green+Blue) = 199+127+68=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F44 is #3880BB. Grayscale: #8E8E8E. Windows color (decimal): -3702972 or 4489159. OLE color: 4489159.

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

Color convert

RGB 199 127 68 -
CMYK 0 0.36 0.66 0.22
HSL 27.02º 0.54% 0.52% -
HSV(B) 27.02º 0.66% 0.78% -
XYZ 32.19 27.74 9.13 -
YUV 141.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 199 127 68 0 0.36 0.66 0.22 27.02 0.54 0.52
Hex C7 7F 44 0 24 42 16 1B 36 34
Octal 307 177 104 0 44 102 26 33 66 64
Binary 11000111 1111111 1000100 0 100100 1000010 10110 11011 110110 110100

Color Harmonies of #C77F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F44

Black with #C77F44

Text Example


Text Example

White with #C77F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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