Html Css Color HEX #C68044 Brandy Punch

📋 copy color: '#C68044'

red 198 ◦ green 128 ◦ blue 68

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

Shades of Brandy Punch #C68044

Tints of Brandy Punch #C68044

RGB

 RED value IS 198 (77.73% from 255) = 50.25%

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

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

R = 50.25%
G = 32.49%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C68044 (or 0xC68044) is known color: Brandy Punch. HEX triplet: C6, 80 and 44. RGB value is (198,128,68). Sum of RGB (Red+Green+Blue) = 198+128+68=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C68044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68044 is #397FBB. Grayscale: #8E8E8E. Windows color (decimal): -3768252 or 4489414. OLE color: 4489414.

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

Color convert

RGB 198 128 68 -
CMYK 0 0.35 0.66 0.22
HSL 27.69º 0.53% 0.52% -
HSV(B) 27.69º 0.66% 0.78% -
XYZ 32.05 27.86 9.16 -
YUV 142.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 198 128 68 0 0.35 0.66 0.22 27.69 0.53 0.52
Hex C6 80 44 0 23 42 16 1C 35 34
Octal 306 200 104 0 43 102 26 34 65 64
Binary 11000110 10000000 1000100 0 100011 1000010 10110 11100 110101 110100

Color Harmonies of #C68044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68044

Black with #C68044

Text Example


Text Example

White with #C68044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68044; }

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

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

background-color css

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

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

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

border-color css

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

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

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