Html Css Color HEX #C2774A Brandy Punch

📋 copy color: '#C2774A'

red 194 ◦ green 119 ◦ blue 74

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

Shades of Brandy Punch #C2774A

Tints of Brandy Punch #C2774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 50.13%
G = 30.75%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2774A (or 0xC2774A) is known color: Brandy Punch. HEX triplet: C2, 77 and 4A. RGB value is (194,119,74). Sum of RGB (Red+Green+Blue) = 194+119+74=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2774A is #3D88B5. Grayscale: #888888. Windows color (decimal): -4032694 or 4880322. OLE color: 4880322.

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

Color convert

RGB 194 119 74 -
CMYK 0 0.39 0.62 0.24
HSL 22.5º 0.5% 0.53% -
HSV(B) 22.5º 0.62% 0.76% -
XYZ 30.08 25.16 9.75 -
YUV 136.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 194 119 74 0 0.39 0.62 0.24 22.5 0.5 0.53
Hex C2 77 4A 0 27 3E 18 16 32 35
Octal 302 167 112 0 47 76 30 26 62 65
Binary 11000010 1110111 1001010 0 100111 111110 11000 10110 110010 110101

Color Harmonies of #C2774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2774A

Black with #C2774A

Text Example


Text Example

White with #C2774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2774A; }

 p { color: rgb(194,119,74); }

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

background-color css

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

 a { background-color: rgb(194,119,74); }

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

border-color css

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

 span { border-color: rgb(194,119,74); }

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