Html Css Color HEX #C27749 Brandy Punch

📋 copy color: '#C27749'

red 194 ◦ green 119 ◦ blue 73

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

Shades of Brandy Punch #C27749

Tints of Brandy Punch #C27749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 50.26%
G = 30.83%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27749 (or 0xC27749) is known color: Brandy Punch. HEX triplet: C2, 77 and 49. RGB value is (194,119,73). Sum of RGB (Red+Green+Blue) = 194+119+73=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C27749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27749 is #3D88B6. Grayscale: #888888. Windows color (decimal): -4032695 or 4814786. OLE color: 4814786.

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

Color convert

RGB 194 119 73 -
CMYK 0 0.39 0.62 0.24
HSL 22.81º 0.5% 0.52% -
HSV(B) 22.81º 0.62% 0.76% -
XYZ 30.05 25.14 9.57 -
YUV 136.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 194 119 73 0 0.39 0.62 0.24 22.81 0.5 0.52
Hex C2 77 49 0 27 3E 18 17 32 34
Octal 302 167 111 0 47 76 30 27 62 64
Binary 11000010 1110111 1001001 0 100111 111110 11000 10111 110010 110100

Color Harmonies of #C27749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27749

Black with #C27749

Text Example


Text Example

White with #C27749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27749; }

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

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

background-color css

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

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

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

border-color css

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

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

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