Html Css Color HEX #C78044 Brandy Punch

📋 copy color: '#C78044'

red 199 ◦ green 128 ◦ blue 68

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

Shades of Brandy Punch #C78044

Tints of Brandy Punch #C78044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 50.38%
G = 32.41%
B = 17.22%

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

#C78044 (or 0xC78044) is known color: Brandy Punch. HEX triplet: C7, 80 and 44. RGB value is (199,128,68). Sum of RGB (Red+Green+Blue) = 199+128+68=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C78044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78044 is #387FBB. Grayscale: #8E8E8E. Windows color (decimal): -3702716 or 4489415. OLE color: 4489415.

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

Color convert

RGB 199 128 68 -
CMYK 0 0.36 0.66 0.22
HSL 27.48º 0.54% 0.52% -
HSV(B) 27.48º 0.66% 0.78% -
XYZ 32.32 28 9.17 -
YUV 142.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 199 128 68 0 0.36 0.66 0.22 27.48 0.54 0.52
Hex C7 80 44 0 24 42 16 1B 36 34
Octal 307 200 104 0 44 102 26 33 66 64
Binary 11000111 10000000 1000100 0 100100 1000010 10110 11011 110110 110100

Color Harmonies of #C78044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78044

Black with #C78044

Text Example


Text Example

White with #C78044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78044; }

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

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

background-color css

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

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

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

border-color css

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

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

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