Html Css Color HEX #C68048 Brandy Punch

📋 copy color: '#C68048'

red 198 ◦ green 128 ◦ blue 72

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

Shades of Brandy Punch #C68048

Tints of Brandy Punch #C68048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 49.75%
G = 32.16%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C68048 (or 0xC68048) is known color: Brandy Punch. HEX triplet: C6, 80 and 48. RGB value is (198,128,72). Sum of RGB (Red+Green+Blue) = 198+128+72=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C68048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68048 is #397FB7. Grayscale: #8E8E8E. Windows color (decimal): -3768248 or 4751558. OLE color: 4751558.

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

Color convert

RGB 198 128 72 -
CMYK 0 0.35 0.64 0.22
HSL 26.67º 0.53% 0.53% -
HSV(B) 26.67º 0.64% 0.78% -
XYZ 32.18 27.91 9.82 -
YUV 142.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 198 128 72 0 0.35 0.64 0.22 26.67 0.53 0.53
Hex C6 80 48 0 23 40 16 1B 34 35
Octal 306 200 110 0 43 100 26 33 64 65
Binary 11000110 10000000 1001000 0 100011 1000000 10110 11011 110100 110101

Color Harmonies of #C68048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68048

Black with #C68048

Text Example


Text Example

White with #C68048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68048; }

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

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

background-color css

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

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

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

border-color css

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

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

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