Html Css Color HEX #C28041 Brandy Punch

📋 copy color: '#C28041'

red 194 ◦ green 128 ◦ blue 65

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

Shades of Brandy Punch #C28041

Tints of Brandy Punch #C28041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 50.13%
G = 33.07%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C28041 (or 0xC28041) is known color: Brandy Punch. HEX triplet: C2, 80 and 41. RGB value is (194,128,65). Sum of RGB (Red+Green+Blue) = 194+128+65=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28041 is #3D7FBE. Grayscale: #8C8C8C. Windows color (decimal): -4030399 or 4292802. OLE color: 4292802.

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

Color convert

RGB 194 128 65 -
CMYK 0 0.34 0.66 0.24
HSL 29.3º 0.51% 0.51% -
HSV(B) 29.3º 0.66% 0.76% -
XYZ 30.92 27.29 8.64 -
YUV 140.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 194 128 65 0 0.34 0.66 0.24 29.3 0.51 0.51
Hex C2 80 41 0 22 42 18 1D 33 33
Octal 302 200 101 0 42 102 30 35 63 63
Binary 11000010 10000000 1000001 0 100010 1000010 11000 11101 110011 110011

Color Harmonies of #C28041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28041

Black with #C28041

Text Example


Text Example

White with #C28041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28041; }

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

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

background-color css

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

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

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

border-color css

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

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

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