Html Css Color HEX #C27846 Brandy Punch

📋 copy color: '#C27846'

red 194 ◦ green 120 ◦ blue 70

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

Shades of Brandy Punch #C27846

Tints of Brandy Punch #C27846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

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

R = 50.52%
G = 31.25%
B = 18.23%

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

#C27846 (or 0xC27846) is known color: Brandy Punch. HEX triplet: C2, 78 and 46. RGB value is (194,120,70). Sum of RGB (Red+Green+Blue) = 194+120+70=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C27846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27846 is #3D87B9. Grayscale: #888888. Windows color (decimal): -4032442 or 4618434. OLE color: 4618434.

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

Color convert

RGB 194 120 70 -
CMYK 0 0.38 0.64 0.24
HSL 24.19º 0.5% 0.52% -
HSV(B) 24.19º 0.64% 0.76% -
XYZ 30.07 25.34 9.1 -
YUV 136.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 194 120 70 0 0.38 0.64 0.24 24.19 0.5 0.52
Hex C2 78 46 0 26 40 18 18 32 34
Octal 302 170 106 0 46 100 30 30 62 64
Binary 11000010 1111000 1000110 0 100110 1000000 11000 11000 110010 110100

Color Harmonies of #C27846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27846

Black with #C27846

Text Example


Text Example

White with #C27846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27846; }

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

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

background-color css

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

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

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

border-color css

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

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

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