Html Css Color HEX #C28151 Brandy Punch

📋 copy color: '#C28151'

red 194 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #C28151

Tints of Brandy Punch #C28151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 48.02%
G = 31.93%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C28151 (or 0xC28151) is known color: Brandy Punch. HEX triplet: C2, 81 and 51. RGB value is (194,129,81). Sum of RGB (Red+Green+Blue) = 194+129+81=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C28151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28151 is #3D7EAE. Grayscale: #8F8F8F. Windows color (decimal): -4030127 or 5341634. OLE color: 5341634.

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

Color convert

RGB 194 129 81 -
CMYK 0 0.34 0.58 0.24
HSL 25.49º 0.48% 0.54% -
HSV(B) 25.49º 0.58% 0.76% -
XYZ 31.58 27.76 11.48 -
YUV 142.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 194 129 81 0 0.34 0.58 0.24 25.49 0.48 0.54
Hex C2 81 51 0 22 3A 18 19 30 36
Octal 302 201 121 0 42 72 30 31 60 66
Binary 11000010 10000001 1010001 0 100010 111010 11000 11001 110000 110110

Color Harmonies of #C28151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28151

Black with #C28151

Text Example


Text Example

White with #C28151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28151; }

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

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

background-color css

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

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

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

border-color css

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

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

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