Html Css Color HEX #C27A4E Brandy Punch

📋 copy color: '#C27A4E'

red 194 ◦ green 122 ◦ blue 78

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

Shades of Brandy Punch #C27A4E

Tints of Brandy Punch #C27A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 49.24%
G = 30.96%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C27A4E (or 0xC27A4E) is known color: Brandy Punch. HEX triplet: C2, 7A and 4E. RGB value is (194,122,78). Sum of RGB (Red+Green+Blue) = 194+122+78=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A4E is #3D85B1. Grayscale: #8A8A8A. Windows color (decimal): -4031922 or 5143234. OLE color: 5143234.

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

Color convert

RGB 194 122 78 -
CMYK 0 0.37 0.60 0.24
HSL 22.76º 0.49% 0.53% -
HSV(B) 22.76º 0.6% 0.76% -
XYZ 30.58 25.94 10.6 -
YUV 138.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 194 122 78 0 0.37 0.60 0.24 22.76 0.49 0.53
Hex C2 7A 4E 0 25 3C 18 17 31 35
Octal 302 172 116 0 45 74 30 27 61 65
Binary 11000010 1111010 1001110 0 100101 111100 11000 10111 110001 110101

Color Harmonies of #C27A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A4E

Black with #C27A4E

Text Example


Text Example

White with #C27A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A4E; }

 p { color: rgb(194,122,78); }

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

background-color css

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

 a { background-color: rgb(194,122,78); }

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

border-color css

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

 span { border-color: rgb(194,122,78); }

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