Html Css Color HEX #C27947 Brandy Punch

📋 copy color: '#C27947'

red 194 ◦ green 121 ◦ blue 71

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

Shades of Brandy Punch #C27947

Tints of Brandy Punch #C27947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

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

R = 50.26%
G = 31.35%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27947 (or 0xC27947) is known color: Brandy Punch. HEX triplet: C2, 79 and 47. RGB value is (194,121,71). Sum of RGB (Red+Green+Blue) = 194+121+71=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C27947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27947 is #3D86B8. Grayscale: #898989. Windows color (decimal): -4032185 or 4684226. OLE color: 4684226.

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

Color convert

RGB 194 121 71 -
CMYK 0 0.38 0.63 0.24
HSL 24.39º 0.5% 0.52% -
HSV(B) 24.39º 0.63% 0.76% -
XYZ 30.22 25.6 9.31 -
YUV 137.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 194 121 71 0 0.38 0.63 0.24 24.39 0.5 0.52
Hex C2 79 47 0 26 3F 18 18 32 34
Octal 302 171 107 0 46 77 30 30 62 64
Binary 11000010 1111001 1000111 0 100110 111111 11000 11000 110010 110100

Color Harmonies of #C27947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27947

Black with #C27947

Text Example


Text Example

White with #C27947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27947; }

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

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

background-color css

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

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

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

border-color css

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

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

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