Html Css Color HEX #C27C39 Brandy Punch

📋 copy color: '#C27C39'

red 194 ◦ green 124 ◦ blue 57

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

Shades of Brandy Punch #C27C39

Tints of Brandy Punch #C27C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.2%

R = 51.73%
G = 33.07%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C27C39 (or 0xC27C39) is known color: Brandy Punch. HEX triplet: C2, 7C and 39. RGB value is (194,124,57). Sum of RGB (Red+Green+Blue) = 194+124+57=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C39 is #3D83C6. Grayscale: #898989. Windows color (decimal): -4031431 or 3767490. OLE color: 3767490.

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

Color convert

RGB 194 124 57 -
CMYK 0 0.36 0.71 0.24
HSL 29.34º 0.55% 0.49% -
HSV(B) 29.34º 0.71% 0.76% -
XYZ 30.19 26.18 7.33 -
YUV 137.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 194 124 57 0 0.36 0.71 0.24 29.34 0.55 0.49
Hex C2 7C 39 0 24 47 18 1D 37 31
Octal 302 174 71 0 44 107 30 35 67 61
Binary 11000010 1111100 111001 0 100100 1000111 11000 11101 110111 110001

Color Harmonies of #C27C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C39

Black with #C27C39

Text Example


Text Example

White with #C27C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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