Html Css Color HEX #C2773F Brandy Punch

📋 copy color: '#C2773F'

red 194 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #C2773F

Tints of Brandy Punch #C2773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.76%

R = 51.6%
G = 31.65%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2773F (or 0xC2773F) is known color: Brandy Punch. HEX triplet: C2, 77 and 3F. RGB value is (194,119,63). Sum of RGB (Red+Green+Blue) = 194+119+63=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2773F is #3D88C0. Grayscale: #878787. Windows color (decimal): -4032705 or 4159426. OLE color: 4159426.

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

Color convert

RGB 194 119 63 -
CMYK 0 0.39 0.68 0.24
HSL 25.65º 0.52% 0.5% -
HSV(B) 25.65º 0.68% 0.76% -
XYZ 29.74 25.02 7.96 -
YUV 135.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 194 119 63 0 0.39 0.68 0.24 25.65 0.52 0.5
Hex C2 77 3F 0 27 44 18 1A 34 32
Octal 302 167 77 0 47 104 30 32 64 62
Binary 11000010 1110111 111111 0 100111 1000100 11000 11010 110100 110010

Color Harmonies of #C2773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2773F

Black with #C2773F

Text Example


Text Example

White with #C2773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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