Html Css Color HEX #C28047 Brandy Punch

📋 copy color: '#C28047'

red 194 ◦ green 128 ◦ blue 71

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

Shades of Brandy Punch #C28047

Tints of Brandy Punch #C28047

RGB

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

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

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

R = 49.36%
G = 32.57%
B = 18.07%

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

#C28047 (or 0xC28047) is known color: Brandy Punch. HEX triplet: C2, 80 and 47. RGB value is (194,128,71). Sum of RGB (Red+Green+Blue) = 194+128+71=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28047 is #3D7FB8. Grayscale: #8D8D8D. Windows color (decimal): -4030393 or 4686018. OLE color: 4686018.

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

Color convert

RGB 194 128 71 -
CMYK 0 0.34 0.63 0.24
HSL 27.8º 0.5% 0.52% -
HSV(B) 27.8º 0.63% 0.76% -
XYZ 31.1 27.36 9.6 -
YUV 141.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 194 128 71 0 0.34 0.63 0.24 27.8 0.5 0.52
Hex C2 80 47 0 22 3F 18 1C 32 34
Octal 302 200 107 0 42 77 30 34 62 64
Binary 11000010 10000000 1000111 0 100010 111111 11000 11100 110010 110100

Color Harmonies of #C28047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28047

Black with #C28047

Text Example


Text Example

White with #C28047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28047; }

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

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

background-color css

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

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

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

border-color css

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

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

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