Html Css Color HEX #C27848 Brandy Punch

📋 copy color: '#C27848'

red 194 ◦ green 120 ◦ blue 72

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

Shades of Brandy Punch #C27848

Tints of Brandy Punch #C27848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 50.26%
G = 31.09%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27848 (or 0xC27848) is known color: Brandy Punch. HEX triplet: C2, 78 and 48. RGB value is (194,120,72). Sum of RGB (Red+Green+Blue) = 194+120+72=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C27848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27848 is #3D87B7. Grayscale: #888888. Windows color (decimal): -4032440 or 4749506. OLE color: 4749506.

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

Color convert

RGB 194 120 72 -
CMYK 0 0.38 0.63 0.24
HSL 23.61º 0.5% 0.52% -
HSV(B) 23.61º 0.63% 0.76% -
XYZ 30.13 25.37 9.44 -
YUV 136.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 194 120 72 0 0.38 0.63 0.24 23.61 0.5 0.52
Hex C2 78 48 0 26 3F 18 18 32 34
Octal 302 170 110 0 46 77 30 30 62 64
Binary 11000010 1111000 1001000 0 100110 111111 11000 11000 110010 110100

Color Harmonies of #C27848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27848

Black with #C27848

Text Example


Text Example

White with #C27848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27848; }

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

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

background-color css

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

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

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

border-color css

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

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

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