Html Css Color HEX #C27C51 Brandy Punch

📋 copy color: '#C27C51'

red 194 ◦ green 124 ◦ blue 81

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

Shades of Brandy Punch #C27C51

Tints of Brandy Punch #C27C51

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

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

R = 48.62%
G = 31.08%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27C51 (or 0xC27C51) is known color: Brandy Punch. HEX triplet: C2, 7C and 51. RGB value is (194,124,81). Sum of RGB (Red+Green+Blue) = 194+124+81=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C51 is #3D83AE. Grayscale: #8C8C8C. Windows color (decimal): -4031407 or 5340354. OLE color: 5340354.

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

Color convert

RGB 194 124 81 -
CMYK 0 0.36 0.58 0.24
HSL 22.83º 0.48% 0.54% -
HSV(B) 22.83º 0.58% 0.76% -
XYZ 30.94 26.48 11.26 -
YUV 140.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 194 124 81 0 0.36 0.58 0.24 22.83 0.48 0.54
Hex C2 7C 51 0 24 3A 18 17 30 36
Octal 302 174 121 0 44 72 30 27 60 66
Binary 11000010 1111100 1010001 0 100100 111010 11000 10111 110000 110110

Color Harmonies of #C27C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C51

Black with #C27C51

Text Example


Text Example

White with #C27C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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