Html Css Color HEX #C27C43 Brandy Punch

📋 copy color: '#C27C43'

red 194 ◦ green 124 ◦ blue 67

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

Shades of Brandy Punch #C27C43

Tints of Brandy Punch #C27C43

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 50.39%
G = 32.21%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27C43 (or 0xC27C43) is known color: Brandy Punch. HEX triplet: C2, 7C and 43. RGB value is (194,124,67). Sum of RGB (Red+Green+Blue) = 194+124+67=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C43 is #3D83BC. Grayscale: #8A8A8A. Windows color (decimal): -4031421 or 4422850. OLE color: 4422850.

HSL color Cylindrical-coordinate representation of color #C27C43: hue angle of 26.93º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C27C43 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 67 -
CMYK 0 0.36 0.65 0.24
HSL 26.93º 0.51% 0.51% -
HSV(B) 26.93º 0.65% 0.76% -
XYZ 30.47 26.29 8.78 -
YUV 138.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 194 124 67 0 0.36 0.65 0.24 26.93 0.51 0.51
Hex C2 7C 43 0 24 41 18 1B 33 33
Octal 302 174 103 0 44 101 30 33 63 63
Binary 11000010 1111100 1000011 0 100100 1000001 11000 11011 110011 110011

Color Harmonies of #C27C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C43

Black with #C27C43

Text Example


Text Example

White with #C27C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C43; }

 p { color: rgb(194,124,67); }

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

background-color css

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

 a { background-color: rgb(194,124,67); }

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

border-color css

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

 span { border-color: rgb(194,124,67); }

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