Html Css Color HEX #C27C3E Brandy Punch

📋 copy color: '#C27C3E'

red 194 ◦ green 124 ◦ blue 62

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

Shades of Brandy Punch #C27C3E

Tints of Brandy Punch #C27C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.32%

R = 51.05%
G = 32.63%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C27C3E (or 0xC27C3E) is known color: Brandy Punch. HEX triplet: C2, 7C and 3E. RGB value is (194,124,62). Sum of RGB (Red+Green+Blue) = 194+124+62=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C3E is #3D83C1. Grayscale: #8A8A8A. Windows color (decimal): -4031426 or 4095170. OLE color: 4095170.

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

Color convert

RGB 194 124 62 -
CMYK 0 0.36 0.68 0.24
HSL 28.18º 0.52% 0.5% -
HSV(B) 28.18º 0.68% 0.76% -
XYZ 30.33 26.23 8.02 -
YUV 137.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 194 124 62 0 0.36 0.68 0.24 28.18 0.52 0.5
Hex C2 7C 3E 0 24 44 18 1C 34 32
Octal 302 174 76 0 44 104 30 34 64 62
Binary 11000010 1111100 111110 0 100100 1000100 11000 11100 110100 110010

Color Harmonies of #C27C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C3E

Black with #C27C3E

Text Example


Text Example

White with #C27C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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