Html Css Color HEX #C28147 Brandy Punch

📋 copy color: '#C28147'

red 194 ◦ green 129 ◦ blue 71

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

Shades of Brandy Punch #C28147

Tints of Brandy Punch #C28147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 49.24%
G = 32.74%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C28147 (or 0xC28147) is known color: Brandy Punch. HEX triplet: C2, 81 and 47. RGB value is (194,129,71). Sum of RGB (Red+Green+Blue) = 194+129+71=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28147 is #3D7EB8. Grayscale: #8E8E8E. Windows color (decimal): -4030137 or 4686274. OLE color: 4686274.

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

Color convert

RGB 194 129 71 -
CMYK 0 0.34 0.63 0.24
HSL 28.29º 0.5% 0.52% -
HSV(B) 28.29º 0.63% 0.76% -
XYZ 31.24 27.62 9.65 -
YUV 141.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 194 129 71 0 0.34 0.63 0.24 28.29 0.5 0.52
Hex C2 81 47 0 22 3F 18 1C 32 34
Octal 302 201 107 0 42 77 30 34 62 64
Binary 11000010 10000001 1000111 0 100010 111111 11000 11100 110010 110100

Color Harmonies of #C28147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28147

Black with #C28147

Text Example


Text Example

White with #C28147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28147; }

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

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

background-color css

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

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

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

border-color css

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

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

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