Html Css Color HEX #C27547 Brandy Punch

📋 copy color: '#C27547'

red 194 ◦ green 117 ◦ blue 71

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

Shades of Brandy Punch #C27547

Tints of Brandy Punch #C27547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 50.79%
G = 30.63%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27547 (or 0xC27547) is known color: Brandy Punch. HEX triplet: C2, 75 and 47. RGB value is (194,117,71). Sum of RGB (Red+Green+Blue) = 194+117+71=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C27547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27547 is #3D8AB8. Grayscale: #878787. Windows color (decimal): -4033209 or 4683202. OLE color: 4683202.

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

Color convert

RGB 194 117 71 -
CMYK 0 0.40 0.63 0.24
HSL 22.44º 0.5% 0.52% -
HSV(B) 22.44º 0.63% 0.76% -
XYZ 29.75 24.65 9.15 -
YUV 134.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 194 117 71 0 0.40 0.63 0.24 22.44 0.5 0.52
Hex C2 75 47 0 28 3F 18 16 32 34
Octal 302 165 107 0 50 77 30 26 62 64
Binary 11000010 1110101 1000111 0 101000 111111 11000 10110 110010 110100

Color Harmonies of #C27547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27547

Black with #C27547

Text Example


Text Example

White with #C27547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27547; }

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

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

background-color css

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

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

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

border-color css

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

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

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