Html Css Color HEX #C27F47 Brandy Punch

📋 copy color: '#C27F47'

red 194 ◦ green 127 ◦ blue 71

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

Shades of Brandy Punch #C27F47

Tints of Brandy Punch #C27F47

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

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

R = 49.49%
G = 32.4%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27F47 (or 0xC27F47) is known color: Brandy Punch. HEX triplet: C2, 7F and 47. RGB value is (194,127,71). Sum of RGB (Red+Green+Blue) = 194+127+71=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F47 is #3D80B8. Grayscale: #8C8C8C. Windows color (decimal): -4030649 or 4685762. OLE color: 4685762.

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

Color convert

RGB 194 127 71 -
CMYK 0 0.35 0.63 0.24
HSL 27.32º 0.5% 0.52% -
HSV(B) 27.32º 0.63% 0.76% -
XYZ 30.97 27.1 9.56 -
YUV 140.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 194 127 71 0 0.35 0.63 0.24 27.32 0.5 0.52
Hex C2 7F 47 0 23 3F 18 1B 32 34
Octal 302 177 107 0 43 77 30 33 62 64
Binary 11000010 1111111 1000111 0 100011 111111 11000 11011 110010 110100

Color Harmonies of #C27F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F47

Black with #C27F47

Text Example


Text Example

White with #C27F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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