Html Css Color HEX #C27748 Brandy Punch

📋 copy color: '#C27748'

red 194 ◦ green 119 ◦ blue 72

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

Shades of Brandy Punch #C27748

Tints of Brandy Punch #C27748

RGB

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

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

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

R = 50.39%
G = 30.91%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27748 (or 0xC27748) is known color: Brandy Punch. HEX triplet: C2, 77 and 48. RGB value is (194,119,72). Sum of RGB (Red+Green+Blue) = 194+119+72=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C27748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27748 is #3D88B7. Grayscale: #888888. Windows color (decimal): -4032696 or 4749250. OLE color: 4749250.

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

Color convert

RGB 194 119 72 -
CMYK 0 0.39 0.63 0.24
HSL 23.11º 0.5% 0.52% -
HSV(B) 23.11º 0.63% 0.76% -
XYZ 30.01 25.13 9.4 -
YUV 136.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 194 119 72 0 0.39 0.63 0.24 23.11 0.5 0.52
Hex C2 77 48 0 27 3F 18 17 32 34
Octal 302 167 110 0 47 77 30 27 62 64
Binary 11000010 1110111 1001000 0 100111 111111 11000 10111 110010 110100

Color Harmonies of #C27748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27748

Black with #C27748

Text Example


Text Example

White with #C27748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27748; }

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

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

background-color css

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

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

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

border-color css

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

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

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