Html Css Color HEX #C68144 Brandy Punch

📋 copy color: '#C68144'

red 198 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #C68144

Tints of Brandy Punch #C68144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 50.13%
G = 32.66%
B = 17.22%

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

#C68144 (or 0xC68144) is known color: Brandy Punch. HEX triplet: C6, 81 and 44. RGB value is (198,129,68). Sum of RGB (Red+Green+Blue) = 198+129+68=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C68144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68144 is #397EBB. Grayscale: #8E8E8E. Windows color (decimal): -3767996 or 4489670. OLE color: 4489670.

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

Color convert

RGB 198 129 68 -
CMYK 0 0.35 0.66 0.22
HSL 28.15º 0.53% 0.52% -
HSV(B) 28.15º 0.66% 0.78% -
XYZ 32.18 28.12 9.2 -
YUV 142.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 198 129 68 0 0.35 0.66 0.22 28.15 0.53 0.52
Hex C6 81 44 0 23 42 16 1C 35 34
Octal 306 201 104 0 43 102 26 34 65 64
Binary 11000110 10000001 1000100 0 100011 1000010 10110 11100 110101 110100

Color Harmonies of #C68144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68144

Black with #C68144

Text Example


Text Example

White with #C68144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68144; }

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

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

background-color css

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

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

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

border-color css

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

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

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