Html Css Color HEX #C28146 Brandy Punch

📋 copy color: '#C28146'

red 194 ◦ green 129 ◦ blue 70

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

Shades of Brandy Punch #C28146

Tints of Brandy Punch #C28146

RGB

 RED value IS 194 (76.17% from 255) = 49.36%

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

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 49.36%
G = 32.82%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28146 (or 0xC28146) is known color: Brandy Punch. HEX triplet: C2, 81 and 46. RGB value is (194,129,70). Sum of RGB (Red+Green+Blue) = 194+129+70=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28146 is #3D7EB9. Grayscale: #8E8E8E. Windows color (decimal): -4030138 or 4620738. OLE color: 4620738.

HSL color Cylindrical-coordinate representation of color #C28146: hue angle of 28.55º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C28146 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 70 -
CMYK 0 0.34 0.64 0.24
HSL 28.55º 0.5% 0.52% -
HSV(B) 28.55º 0.64% 0.76% -
XYZ 31.2 27.61 9.48 -
YUV 141.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 194 129 70 0 0.34 0.64 0.24 28.55 0.5 0.52
Hex C2 81 46 0 22 40 18 1D 32 34
Octal 302 201 106 0 42 100 30 35 62 64
Binary 11000010 10000001 1000110 0 100010 1000000 11000 11101 110010 110100

Color Harmonies of #C28146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28146

Black with #C28146

Text Example


Text Example

White with #C28146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28146; }

 p { color: rgb(194,129,70); }

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

background-color css

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

 a { background-color: rgb(194,129,70); }

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

border-color css

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

 span { border-color: rgb(194,129,70); }

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