Html Css Color HEX #C27E52 Brandy Punch

📋 copy color: '#C27E52'

red 194 ◦ green 126 ◦ blue 82

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

Shades of Brandy Punch #C27E52

Tints of Brandy Punch #C27E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

 BLUE value IS 82 (32.42% from 255) = 20.4%

R = 48.26%
G = 31.34%
B = 20.4%

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

#C27E52 (or 0xC27E52) is known color: Brandy Punch. HEX triplet: C2, 7E and 52. RGB value is (194,126,82). Sum of RGB (Red+Green+Blue) = 194+126+82=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E52 is #3D81AD. Grayscale: #8D8D8D. Windows color (decimal): -4030894 or 5406402. OLE color: 5406402.

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

Color convert

RGB 194 126 82 -
CMYK 0 0.35 0.58 0.24
HSL 23.57º 0.48% 0.54% -
HSV(B) 23.57º 0.58% 0.76% -
XYZ 31.23 27 11.55 -
YUV 141.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 194 126 82 0 0.35 0.58 0.24 23.57 0.48 0.54
Hex C2 7E 52 0 23 3A 18 18 30 36
Octal 302 176 122 0 43 72 30 30 60 66
Binary 11000010 1111110 1010010 0 100011 111010 11000 11000 110000 110110

Color Harmonies of #C27E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E52

Black with #C27E52

Text Example


Text Example

White with #C27E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E52; }

 p { color: rgb(194,126,82); }

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

background-color css

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

 a { background-color: rgb(194,126,82); }

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

border-color css

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

 span { border-color: rgb(194,126,82); }

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