Html Css Color HEX #C27F40 Brandy Punch

📋 copy color: '#C27F40'

red 194 ◦ green 127 ◦ blue 64

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

Shades of Brandy Punch #C27F40

Tints of Brandy Punch #C27F40

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 50.39%
G = 32.99%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C27F40 (or 0xC27F40) is known color: Brandy Punch. HEX triplet: C2, 7F and 40. RGB value is (194,127,64). Sum of RGB (Red+Green+Blue) = 194+127+64=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F40 is #3D80BF. Grayscale: #8C8C8C. Windows color (decimal): -4030656 or 4227010. OLE color: 4227010.

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

Color convert

RGB 194 127 64 -
CMYK 0 0.35 0.67 0.24
HSL 29.08º 0.52% 0.51% -
HSV(B) 29.08º 0.67% 0.76% -
XYZ 30.76 27.02 8.44 -
YUV 139.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 194 127 64 0 0.35 0.67 0.24 29.08 0.52 0.51
Hex C2 7F 40 0 23 43 18 1D 34 33
Octal 302 177 100 0 43 103 30 35 64 63
Binary 11000010 1111111 1000000 0 100011 1000011 11000 11101 110100 110011

Color Harmonies of #C27F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F40

Black with #C27F40

Text Example


Text Example

White with #C27F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F40; }

 p { color: rgb(194,127,64); }

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

background-color css

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

 a { background-color: rgb(194,127,64); }

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

border-color css

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

 span { border-color: rgb(194,127,64); }

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