Html Css Color HEX #C28150 Brandy Punch

📋 copy color: '#C28150'

red 194 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #C28150

Tints of Brandy Punch #C28150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 48.14%
G = 32.01%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C28150 (or 0xC28150) is known color: Brandy Punch. HEX triplet: C2, 81 and 50. RGB value is (194,129,80). Sum of RGB (Red+Green+Blue) = 194+129+80=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C28150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28150 is #3D7EAF. Grayscale: #8F8F8F. Windows color (decimal): -4030128 or 5276098. OLE color: 5276098.

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

Color convert

RGB 194 129 80 -
CMYK 0 0.34 0.59 0.24
HSL 25.79º 0.48% 0.54% -
HSV(B) 25.79º 0.59% 0.76% -
XYZ 31.55 27.75 11.28 -
YUV 142.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 194 129 80 0 0.34 0.59 0.24 25.79 0.48 0.54
Hex C2 81 50 0 22 3B 18 1A 30 36
Octal 302 201 120 0 42 73 30 32 60 66
Binary 11000010 10000001 1010000 0 100010 111011 11000 11010 110000 110110

Color Harmonies of #C28150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28150

Black with #C28150

Text Example


Text Example

White with #C28150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28150; }

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

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

background-color css

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

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

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

border-color css

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

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

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