Html Css Color HEX #C28050 Brandy Punch

📋 copy color: '#C28050'

red 194 ◦ green 128 ◦ blue 80

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

Shades of Brandy Punch #C28050

Tints of Brandy Punch #C28050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

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

R = 48.26%
G = 31.84%
B = 19.9%

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

#C28050 (or 0xC28050) is known color: Brandy Punch. HEX triplet: C2, 80 and 50. RGB value is (194,128,80). Sum of RGB (Red+Green+Blue) = 194+128+80=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C28050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28050 is #3D7FAF. Grayscale: #8E8E8E. Windows color (decimal): -4030384 or 5275842. OLE color: 5275842.

HSL color Cylindrical-coordinate representation of color #C28050: hue angle of 25.26º 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 #C28050 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 80 -
CMYK 0 0.34 0.59 0.24
HSL 25.26º 0.48% 0.54% -
HSV(B) 25.26º 0.59% 0.76% -
XYZ 31.42 27.49 11.24 -
YUV 142.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 194 128 80 0 0.34 0.59 0.24 25.26 0.48 0.54
Hex C2 80 50 0 22 3B 18 19 30 36
Octal 302 200 120 0 42 73 30 31 60 66
Binary 11000010 10000000 1010000 0 100010 111011 11000 11001 110000 110110

Color Harmonies of #C28050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28050

Black with #C28050

Text Example


Text Example

White with #C28050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28050; }

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

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

background-color css

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

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

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

border-color css

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

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

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