Html Css Color HEX #C27946 Brandy Punch

📋 copy color: '#C27946'

red 194 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #C27946

Tints of Brandy Punch #C27946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 50.39%
G = 31.43%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27946 (or 0xC27946) is known color: Brandy Punch. HEX triplet: C2, 79 and 46. RGB value is (194,121,70). Sum of RGB (Red+Green+Blue) = 194+121+70=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C27946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27946 is #3D86B9. Grayscale: #898989. Windows color (decimal): -4032186 or 4618690. OLE color: 4618690.

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

Color convert

RGB 194 121 70 -
CMYK 0 0.38 0.64 0.24
HSL 24.68º 0.5% 0.52% -
HSV(B) 24.68º 0.64% 0.76% -
XYZ 30.19 25.59 9.14 -
YUV 137.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 194 121 70 0 0.38 0.64 0.24 24.68 0.5 0.52
Hex C2 79 46 0 26 40 18 19 32 34
Octal 302 171 106 0 46 100 30 31 62 64
Binary 11000010 1111001 1000110 0 100110 1000000 11000 11001 110010 110100

Color Harmonies of #C27946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27946

Black with #C27946

Text Example


Text Example

White with #C27946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27946; }

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

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

background-color css

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

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

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

border-color css

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

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

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