Html Css Color HEX #C27641 Brandy Punch

📋 copy color: '#C27641'

red 194 ◦ green 118 ◦ blue 65

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

Shades of Brandy Punch #C27641

Tints of Brandy Punch #C27641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 51.46%
G = 31.3%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27641 (or 0xC27641) is known color: Brandy Punch. HEX triplet: C2, 76 and 41. RGB value is (194,118,65). Sum of RGB (Red+Green+Blue) = 194+118+65=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27641 is #3D89BE. Grayscale: #868686. Windows color (decimal): -4032959 or 4290242. OLE color: 4290242.

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

Color convert

RGB 194 118 65 -
CMYK 0 0.39 0.66 0.24
HSL 24.65º 0.51% 0.51% -
HSV(B) 24.65º 0.66% 0.76% -
XYZ 29.68 24.81 8.23 -
YUV 134.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 194 118 65 0 0.39 0.66 0.24 24.65 0.51 0.51
Hex C2 76 41 0 27 42 18 19 33 33
Octal 302 166 101 0 47 102 30 31 63 63
Binary 11000010 1110110 1000001 0 100111 1000010 11000 11001 110011 110011

Color Harmonies of #C27641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27641

Black with #C27641

Text Example


Text Example

White with #C27641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27641; }

 p { color: rgb(194,118,65); }

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

background-color css

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

 a { background-color: rgb(194,118,65); }

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

border-color css

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

 span { border-color: rgb(194,118,65); }

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