Html Css Color HEX #C27746 Brandy Punch

📋 copy color: '#C27746'

red 194 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #C27746

Tints of Brandy Punch #C27746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 50.65%
G = 31.07%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27746 (or 0xC27746) is known color: Brandy Punch. HEX triplet: C2, 77 and 46. RGB value is (194,119,70). Sum of RGB (Red+Green+Blue) = 194+119+70=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C27746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27746 is #3D88B9. Grayscale: #888888. Windows color (decimal): -4032698 or 4618178. OLE color: 4618178.

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

Color convert

RGB 194 119 70 -
CMYK 0 0.39 0.64 0.24
HSL 23.71º 0.5% 0.52% -
HSV(B) 23.71º 0.64% 0.76% -
XYZ 29.95 25.11 9.06 -
YUV 135.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 194 119 70 0 0.39 0.64 0.24 23.71 0.5 0.52
Hex C2 77 46 0 27 40 18 18 32 34
Octal 302 167 106 0 47 100 30 30 62 64
Binary 11000010 1110111 1000110 0 100111 1000000 11000 11000 110010 110100

Color Harmonies of #C27746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27746

Black with #C27746

Text Example


Text Example

White with #C27746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27746; }

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

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

background-color css

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

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

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

border-color css

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

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

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