Html Css Color HEX #C27840 Brandy Punch

📋 copy color: '#C27840'

red 194 ◦ green 120 ◦ blue 64

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

Shades of Brandy Punch #C27840

Tints of Brandy Punch #C27840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 51.32%
G = 31.75%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C27840 (or 0xC27840) is known color: Brandy Punch. HEX triplet: C2, 78 and 40. RGB value is (194,120,64). Sum of RGB (Red+Green+Blue) = 194+120+64=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C27840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27840 is #3D87BF. Grayscale: #888888. Windows color (decimal): -4032448 or 4225218. OLE color: 4225218.

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

Color convert

RGB 194 120 64 -
CMYK 0 0.38 0.67 0.24
HSL 25.85º 0.52% 0.51% -
HSV(B) 25.85º 0.67% 0.76% -
XYZ 29.89 25.27 8.15 -
YUV 135.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 194 120 64 0 0.38 0.67 0.24 25.85 0.52 0.51
Hex C2 78 40 0 26 43 18 1A 34 33
Octal 302 170 100 0 46 103 30 32 64 63
Binary 11000010 1111000 1000000 0 100110 1000011 11000 11010 110100 110011

Color Harmonies of #C27840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27840

Black with #C27840

Text Example


Text Example

White with #C27840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27840; }

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

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

background-color css

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

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

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

border-color css

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

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

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