Html Css Color HEX #C27F51 Brandy Punch

📋 copy color: '#C27F51'

red 194 ◦ green 127 ◦ blue 81

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

Shades of Brandy Punch #C27F51

Tints of Brandy Punch #C27F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.15%

R = 48.26%
G = 31.59%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27F51 (or 0xC27F51) is known color: Brandy Punch. HEX triplet: C2, 7F and 51. RGB value is (194,127,81). Sum of RGB (Red+Green+Blue) = 194+127+81=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F51 is #3D80AE. Grayscale: #8E8E8E. Windows color (decimal): -4030639 or 5341122. OLE color: 5341122.

HSL color Cylindrical-coordinate representation of color #C27F51: hue angle of 24.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C27F51 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 81 -
CMYK 0 0.35 0.58 0.24
HSL 24.42º 0.48% 0.54% -
HSV(B) 24.42º 0.58% 0.76% -
XYZ 31.32 27.24 11.39 -
YUV 141.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 194 127 81 0 0.35 0.58 0.24 24.42 0.48 0.54
Hex C2 7F 51 0 23 3A 18 18 30 36
Octal 302 177 121 0 43 72 30 30 60 66
Binary 11000010 1111111 1010001 0 100011 111010 11000 11000 110000 110110

Color Harmonies of #C27F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F51

Black with #C27F51

Text Example


Text Example

White with #C27F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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