Html Css Color HEX #C27C4D Brandy Punch

📋 copy color: '#C27C4D'

red 194 ◦ green 124 ◦ blue 77

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

Shades of Brandy Punch #C27C4D

Tints of Brandy Punch #C27C4D

RGB

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

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

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

R = 49.11%
G = 31.39%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C27C4D (or 0xC27C4D) is known color: Brandy Punch. HEX triplet: C2, 7C and 4D. RGB value is (194,124,77). Sum of RGB (Red+Green+Blue) = 194+124+77=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C4D is #3D83B2. Grayscale: #8B8B8B. Windows color (decimal): -4031411 or 5078210. OLE color: 5078210.

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

Color convert

RGB 194 124 77 -
CMYK 0 0.36 0.60 0.24
HSL 24.1º 0.49% 0.53% -
HSV(B) 24.1º 0.6% 0.76% -
XYZ 30.8 26.42 10.5 -
YUV 139.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 194 124 77 0 0.36 0.60 0.24 24.1 0.49 0.53
Hex C2 7C 4D 0 24 3C 18 18 31 35
Octal 302 174 115 0 44 74 30 30 61 65
Binary 11000010 1111100 1001101 0 100100 111100 11000 11000 110001 110101

Color Harmonies of #C27C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C4D

Black with #C27C4D

Text Example


Text Example

White with #C27C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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