Html Css Color HEX #C68045 Brandy Punch

📋 copy color: '#C68045'

red 198 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #C68045

Tints of Brandy Punch #C68045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 50.13%
G = 32.41%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68045 (or 0xC68045) is known color: Brandy Punch. HEX triplet: C6, 80 and 45. RGB value is (198,128,69). Sum of RGB (Red+Green+Blue) = 198+128+69=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C68045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68045 is #397FBA. Grayscale: #8E8E8E. Windows color (decimal): -3768251 or 4554950. OLE color: 4554950.

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

Color convert

RGB 198 128 69 -
CMYK 0 0.35 0.65 0.22
HSL 27.44º 0.53% 0.52% -
HSV(B) 27.44º 0.65% 0.78% -
XYZ 32.08 27.87 9.32 -
YUV 142.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 198 128 69 0 0.35 0.65 0.22 27.44 0.53 0.52
Hex C6 80 45 0 23 41 16 1B 35 34
Octal 306 200 105 0 43 101 26 33 65 64
Binary 11000110 10000000 1000101 0 100011 1000001 10110 11011 110101 110100

Color Harmonies of #C68045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68045

Black with #C68045

Text Example


Text Example

White with #C68045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68045; }

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

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

background-color css

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

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

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

border-color css

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

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

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