Html Css Color HEX #C27A40 Brandy Punch

📋 copy color: '#C27A40'

red 194 ◦ green 122 ◦ blue 64

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

Shades of Brandy Punch #C27A40

Tints of Brandy Punch #C27A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

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

R = 51.05%
G = 32.11%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C27A40 (or 0xC27A40) is known color: Brandy Punch. HEX triplet: C2, 7A and 40. RGB value is (194,122,64). Sum of RGB (Red+Green+Blue) = 194+122+64=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A40 is #3D85BF. Grayscale: #898989. Windows color (decimal): -4031936 or 4225730. OLE color: 4225730.

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

Color convert

RGB 194 122 64 -
CMYK 0 0.37 0.67 0.24
HSL 26.77º 0.52% 0.51% -
HSV(B) 26.77º 0.67% 0.76% -
XYZ 30.13 25.76 8.23 -
YUV 136.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 194 122 64 0 0.37 0.67 0.24 26.77 0.52 0.51
Hex C2 7A 40 0 25 43 18 1B 34 33
Octal 302 172 100 0 45 103 30 33 64 63
Binary 11000010 1111010 1000000 0 100101 1000011 11000 11011 110100 110011

Color Harmonies of #C27A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A40

Black with #C27A40

Text Example


Text Example

White with #C27A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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