Html Css Color HEX #C1773F Brandy Punch

📋 copy color: '#C1773F'

red 193 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #C1773F

Tints of Brandy Punch #C1773F

RGB

 RED value IS 193 (75.78% from 255) = 51.47%

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

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

R = 51.47%
G = 31.73%
B = 16.8%

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

#C1773F (or 0xC1773F) is known color: Brandy Punch. HEX triplet: C1, 77 and 3F. RGB value is (193,119,63). Sum of RGB (Red+Green+Blue) = 193+119+63=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1773F is #3E88C0. Grayscale: #878787. Windows color (decimal): -4098241 or 4159425. OLE color: 4159425.

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

Color convert

RGB 193 119 63 -
CMYK 0 0.38 0.67 0.24
HSL 25.85º 0.51% 0.5% -
HSV(B) 25.85º 0.67% 0.76% -
XYZ 29.49 24.89 7.95 -
YUV 134.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 193 119 63 0 0.38 0.67 0.24 25.85 0.51 0.5
Hex C1 77 3F 0 26 43 18 1A 33 32
Octal 301 167 77 0 46 103 30 32 63 62
Binary 11000001 1110111 111111 0 100110 1000011 11000 11010 110011 110010

Color Harmonies of #C1773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1773F

Black with #C1773F

Text Example


Text Example

White with #C1773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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