Html Css Color HEX #C1763F Brandy Punch

📋 copy color: '#C1763F'

red 193 ◦ green 118 ◦ blue 63

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

Shades of Brandy Punch #C1763F

Tints of Brandy Punch #C1763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 51.6%
G = 31.55%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1763F (or 0xC1763F) is known color: Brandy Punch. HEX triplet: C1, 76 and 3F. RGB value is (193,118,63). Sum of RGB (Red+Green+Blue) = 193+118+63=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1763F is #3E89C0. Grayscale: #868686. Windows color (decimal): -4098497 or 4159169. OLE color: 4159169.

HSL color Cylindrical-coordinate representation of color #C1763F: hue angle of 25.38º 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 #C1763F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 63 -
CMYK 0 0.39 0.67 0.24
HSL 25.38º 0.51% 0.5% -
HSV(B) 25.38º 0.67% 0.76% -
XYZ 29.37 24.65 7.91 -
YUV 134.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 193 118 63 0 0.39 0.67 0.24 25.38 0.51 0.5
Hex C1 76 3F 0 27 43 18 19 33 32
Octal 301 166 77 0 47 103 30 31 63 62
Binary 11000001 1110110 111111 0 100111 1000011 11000 11001 110011 110010

Color Harmonies of #C1763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1763F

Black with #C1763F

Text Example


Text Example

White with #C1763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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