Html Css Color HEX #C27A3A Brandy Punch

📋 copy color: '#C27A3A'

red 194 ◦ green 122 ◦ blue 58

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

Shades of Brandy Punch #C27A3A

Tints of Brandy Punch #C27A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 51.87%
G = 32.62%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C27A3A (or 0xC27A3A) is known color: Brandy Punch. HEX triplet: C2, 7A and 3A. RGB value is (194,122,58). Sum of RGB (Red+Green+Blue) = 194+122+58=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A3A is #3D85C5. Grayscale: #888888. Windows color (decimal): -4031942 or 3832514. OLE color: 3832514.

HSL color Cylindrical-coordinate representation of color #C27A3A: hue angle of 28.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C27A3A is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 58 -
CMYK 0 0.37 0.70 0.24
HSL 28.24º 0.54% 0.49% -
HSV(B) 28.24º 0.7% 0.76% -
XYZ 29.97 25.69 7.38 -
YUV 136.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 194 122 58 0 0.37 0.70 0.24 28.24 0.54 0.49
Hex C2 7A 3A 0 25 46 18 1C 36 31
Octal 302 172 72 0 45 106 30 34 66 61
Binary 11000010 1111010 111010 0 100101 1000110 11000 11100 110110 110001

Color Harmonies of #C27A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A3A

Black with #C27A3A

Text Example


Text Example

White with #C27A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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