Html Css Color HEX #C27744 Brandy Punch

📋 copy color: '#C27744'

red 194 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #C27744

Tints of Brandy Punch #C27744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 50.92%
G = 31.23%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27744 (or 0xC27744) is known color: Brandy Punch. HEX triplet: C2, 77 and 44. RGB value is (194,119,68). Sum of RGB (Red+Green+Blue) = 194+119+68=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C27744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27744 is #3D88BB. Grayscale: #878787. Windows color (decimal): -4032700 or 4487106. OLE color: 4487106.

HSL color Cylindrical-coordinate representation of color #C27744: hue angle of 24.29º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C27744 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 119 68 -
CMYK 0 0.39 0.65 0.24
HSL 24.29º 0.51% 0.51% -
HSV(B) 24.29º 0.65% 0.76% -
XYZ 29.89 25.08 8.73 -
YUV 135.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 194 119 68 0 0.39 0.65 0.24 24.29 0.51 0.51
Hex C2 77 44 0 27 41 18 18 33 33
Octal 302 167 104 0 47 101 30 30 63 63
Binary 11000010 1110111 1000100 0 100111 1000001 11000 11000 110011 110011

Color Harmonies of #C27744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27744

Black with #C27744

Text Example


Text Example

White with #C27744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27744; }

 p { color: rgb(194,119,68); }

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

background-color css

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

 a { background-color: rgb(194,119,68); }

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

border-color css

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

 span { border-color: rgb(194,119,68); }

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