Html Css Color HEX #C27A3C Brandy Punch

📋 copy color: '#C27A3C'

red 194 ◦ green 122 ◦ blue 60

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

Shades of Brandy Punch #C27A3C

Tints of Brandy Punch #C27A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 51.6%
G = 32.45%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C27A3C (or 0xC27A3C) is known color: Brandy Punch. HEX triplet: C2, 7A and 3C. RGB value is (194,122,60). Sum of RGB (Red+Green+Blue) = 194+122+60=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A3C is #3D85C3. Grayscale: #888888. Windows color (decimal): -4031940 or 3963586. OLE color: 3963586.

HSL color Cylindrical-coordinate representation of color #C27A3C: hue angle of 27.76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C27A3C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 60 -
CMYK 0 0.37 0.69 0.24
HSL 27.76º 0.53% 0.5% -
HSV(B) 27.76º 0.69% 0.76% -
XYZ 30.02 25.71 7.66 -
YUV 136.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 194 122 60 0 0.37 0.69 0.24 27.76 0.53 0.5
Hex C2 7A 3C 0 25 45 18 1C 35 32
Octal 302 172 74 0 45 105 30 34 65 62
Binary 11000010 1111010 111100 0 100101 1000101 11000 11100 110101 110010

Color Harmonies of #C27A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A3C

Black with #C27A3C

Text Example


Text Example

White with #C27A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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