Html Css Color HEX #C28647 Brandy Punch

📋 copy color: '#C28647'

red 194 ◦ green 134 ◦ blue 71

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

Shades of Brandy Punch #C28647

Tints of Brandy Punch #C28647

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 48.62%
G = 33.58%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C28647 (or 0xC28647) is known color: Brandy Punch. HEX triplet: C2, 86 and 47. RGB value is (194,134,71). Sum of RGB (Red+Green+Blue) = 194+134+71=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C28647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28647 is #3D79B8. Grayscale: #919191. Windows color (decimal): -4028857 or 4687554. OLE color: 4687554.

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

Color convert

RGB 194 134 71 -
CMYK 0 0.31 0.63 0.24
HSL 30.73º 0.5% 0.52% -
HSV(B) 30.73º 0.63% 0.76% -
XYZ 31.91 28.97 9.87 -
YUV 144.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 194 134 71 0 0.31 0.63 0.24 30.73 0.5 0.52
Hex C2 86 47 0 1F 3F 18 1F 32 34
Octal 302 206 107 0 37 77 30 37 62 64
Binary 11000010 10000110 1000111 0 11111 111111 11000 11111 110010 110100

Color Harmonies of #C28647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28647

Black with #C28647

Text Example


Text Example

White with #C28647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28647; }

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

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

background-color css

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

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

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

border-color css

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

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

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