Html Css Color HEX #C27A4D Brandy Punch

📋 copy color: '#C27A4D'

red 194 ◦ green 122 ◦ blue 77

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

Shades of Brandy Punch #C27A4D

Tints of Brandy Punch #C27A4D

RGB

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

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

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

R = 49.36%
G = 31.04%
B = 19.59%

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

#C27A4D (or 0xC27A4D) is known color: Brandy Punch. HEX triplet: C2, 7A and 4D. RGB value is (194,122,77). Sum of RGB (Red+Green+Blue) = 194+122+77=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A4D is #3D85B2. Grayscale: #8A8A8A. Windows color (decimal): -4031923 or 5077698. OLE color: 5077698.

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

Color convert

RGB 194 122 77 -
CMYK 0 0.37 0.60 0.24
HSL 23.08º 0.49% 0.53% -
HSV(B) 23.08º 0.6% 0.76% -
XYZ 30.55 25.92 10.42 -
YUV 138.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 194 122 77 0 0.37 0.60 0.24 23.08 0.49 0.53
Hex C2 7A 4D 0 25 3C 18 17 31 35
Octal 302 172 115 0 45 74 30 27 61 65
Binary 11000010 1111010 1001101 0 100101 111100 11000 10111 110001 110101

Color Harmonies of #C27A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A4D

Black with #C27A4D

Text Example


Text Example

White with #C27A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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