Html Css Color HEX #C27741 Brandy Punch

📋 copy color: '#C27741'

red 194 ◦ green 119 ◦ blue 65

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

Shades of Brandy Punch #C27741

Tints of Brandy Punch #C27741

RGB

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

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

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

R = 51.32%
G = 31.48%
B = 17.2%

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

#C27741 (or 0xC27741) is known color: Brandy Punch. HEX triplet: C2, 77 and 41. RGB value is (194,119,65). Sum of RGB (Red+Green+Blue) = 194+119+65=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C27741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27741 is #3D88BE. Grayscale: #878787. Windows color (decimal): -4032703 or 4290498. OLE color: 4290498.

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

Color convert

RGB 194 119 65 -
CMYK 0 0.39 0.66 0.24
HSL 25.12º 0.51% 0.51% -
HSV(B) 25.12º 0.66% 0.76% -
XYZ 29.8 25.04 8.26 -
YUV 135.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 194 119 65 0 0.39 0.66 0.24 25.12 0.51 0.51
Hex C2 77 41 0 27 42 18 19 33 33
Octal 302 167 101 0 47 102 30 31 63 63
Binary 11000010 1110111 1000001 0 100111 1000010 11000 11001 110011 110011

Color Harmonies of #C27741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27741

Black with #C27741

Text Example


Text Example

White with #C27741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27741; }

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

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

background-color css

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

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

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

border-color css

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

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

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