Html Css Color HEX #C27E4D Brandy Punch

📋 copy color: '#C27E4D'

red 194 ◦ green 126 ◦ blue 77

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

Shades of Brandy Punch #C27E4D

Tints of Brandy Punch #C27E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 48.87%
G = 31.74%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C27E4D (or 0xC27E4D) is known color: Brandy Punch. HEX triplet: C2, 7E and 4D. RGB value is (194,126,77). Sum of RGB (Red+Green+Blue) = 194+126+77=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E4D is #3D81B2. Grayscale: #8D8D8D. Windows color (decimal): -4030899 or 5078722. OLE color: 5078722.

HSL color Cylindrical-coordinate representation of color #C27E4D: hue angle of 25.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C27E4D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 126 77 -
CMYK 0 0.35 0.60 0.24
HSL 25.13º 0.49% 0.53% -
HSV(B) 25.13º 0.6% 0.76% -
XYZ 31.05 26.93 10.58 -
YUV 140.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 194 126 77 0 0.35 0.60 0.24 25.13 0.49 0.53
Hex C2 7E 4D 0 23 3C 18 19 31 35
Octal 302 176 115 0 43 74 30 31 61 65
Binary 11000010 1111110 1001101 0 100011 111100 11000 11001 110001 110101

Color Harmonies of #C27E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E4D

Black with #C27E4D

Text Example


Text Example

White with #C27E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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